|
well my method searches a database and creates a new customer object.
when i assign the new customer object to the object i passed in the method, .. the new value is not accessable from outside the method.
for now i just work-around by returning the customer, .. but i'd rather make the method boolean and assign a new value to the object inside the method.
__________________
Mike
|