If you do it this way, you'll also need:
public void reset() {
user = null;
super.reset();
}
On Sep 14, 2006, at 6:12 PM, Chuck Hill wrote:
public User user() {
if (user == null) user = (User)valueForBinding(USER_BINDING_NAME);
return user;
}
Not one one, but one important line. Is that close enough? :-)
--
WireHose: Smart metadata and personalization for WebObjects.
http://www.wirehose.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]