Re: problem with selectedObject of EOFormController in Java Client
Re: problem with selectedObject of EOFormController in Java Client
- Subject: Re: problem with selectedObject of EOFormController in Java Client
- From: Jaime Magiera <email@hidden>
- Date: Thu, 2 Sep 2004 12:27:14 -0400
Thank you Pierre. That was an excellent example. This approach is
perfect for my app, which needs to redraw a component based on several
values within the selectedObject(). The info also helped me understand
a bit more about the Java Client system.
thanks,
Jaime
On Sep 2, 2004, at 4:26 AM, <email@hidden> wrote:
Jaime,
In the constructor it is definetly too early to get hold of the
selected object.
You might get it when the display group is set on the controller.
However, as the application reacts to user interaction the selected
object might change. To keep the full flexibility of the Java client
application you should add an observer to the display group:
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.