Problems with manual synchronization of variable
Problems with manual synchronization of variable
- Subject: Problems with manual synchronization of variable
- From: Jacky Gagnon <email@hidden>
- Date: Fri, 11 Feb 2005 17:16:03 -0500
Hi,
I have a stateless subcomponent with manual synchronization who display
some results to the user.
I discovered a problem when I invoke an action on a link under this
subcomponent; before my action is invoked, the subcomponent call
valueForBinding for synchronization (after the WORepetition inside it
called invokeAction). After that WebObjects execute the action
invoked by the user and the variables are synchronized again.
This situation cause me some problems because I hold the state of some
attributes in the parent component (for the time of the
request-response loop); I clear the state when awake is called. I
cannot do that if the subcomponent synchronize before some actions are
invoked by the user.
Why valueForBinding in the subcomponent with manual synchronization is
called before my action is invoked?
Thanks!
Jacky
_______________________________________________
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