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);
    }

an if user might change and the parent wants to know:

    public WOActionResults someAction() {
        setValueForBinding(user, USER_BINDING_NAME);
return performParentAction((String)valueForBinding (PARENT_ACTION_NAME));
    }

        atze


Freeport & Soliversum
Alexander Spohr
[EMAIL PROTECTED]
www.freeport.de


_______________________________________________
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