Re: Newbie: Client object updates
Re: Newbie: Client object updates
- Subject: Re: Newbie: Client object updates
- From: Eric Hermanson <email@hidden>
- Date: Tue, 25 Mar 2003 18:33:33 -0800
Without looking at your code it's hard to say what's wrong, but you may
be missing an entire piece. Have you installed the correct plugin for
your widget/association combo? The plugin manages communication
between the widget and EOF.
See: com.webobjects.eointerface.EOWidgetPluginRegistry.WidgetPlugin
- Eric
On Tuesday, March 25, 2003, at 06:20 PM, Rob Caljouw wrote:
Hi,
In a D2JC application what updates the object graph on the client?
I've
added a custom widget that replaces an EOTextFieldController that
extends an
EOWidgetController.
I'm calling:
this.takeValueForKeyPath(dp.getDateString(), theEntity + "." + theKey);
When the custom widget fires an event everything seems OK. I've got
the
correct Entity and Attribute names (theEntity and theKey above) but
nothing
seems to happen.
Any suggestions would be appreciated.
Thanks,
- Rob
_______________________________________________
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.
_______________________________________________
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.