Force sub-component to re-grab its bindings
Force sub-component to re-grab its bindings
- Subject: Force sub-component to re-grab its bindings
- From: Baiss Eric Magnusson <email@hidden>
- Date: Fri, 29 Feb 2008 17:01:01 -0800
I have a sub-component <MonthDayYear>.
In Awake of that sub-component I call <pullValuesFromParent> if I can.
if ( value == null && canGetValueForBinding( "value" )) {
pullValuesFromParent();
value = (NSTimestamp)valueForBinding( "value" );
When I Submit in the Main Component, the Action method of the submit
button is called after <Awake> in the sub-component, therefore the
sub-component does not get the right bindings.
As I see below, after cloning and adding a week, the sub-component
has the old binding:
Awakening MonthDayYear 2007-02-12 03:00:00 Etc/GMT
Dumping editEvent.eventDate in StartEdit- > 2007-02-19 03:00:00 Etc/GMT
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden