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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to