Re: Manual syncing question
Re: Manual syncing question
- Subject: Re: Manual syncing question
- From: Miguel Arroz <email@hidden>
- Date: Sat, 16 Sep 2006 13:29:16 +0100
Hi!
On 2006/09/16, at 13:16, Alexander Spohr wrote:
i do it this way: get the user before you draw the html.
public void appendToResponse (WOResponse aResponse, WOContext
aContext) {
user = (User)valueForBinding(USER_BINDING_NAME);
super.appendToResponse(aResponse, aContext);
}
But, in that case, you will only update the value after
invokeAction is called (because it's called before appendToResponse).
So, the invoked action will work with old values, not the current
ones... right?
Yours
Miguel Arroz
"We have no sympathy for the lost souls
We've chosen the path of disgrace
We give this life to our children
And teach them to hate this place" -- Apocalyptica, Life Burns!
Miguel Arroz
http://www.ipragma.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