> -----Original Message-----
> From: Rickard Öberg [mailto:[EMAIL PROTECTED]] 
> 
> The context is set by the dispatcher:
> * Set context
> * Create action
> * Invoke action (which may invoke other actions)

I've checked this into the sandbox. It doesn't work exactly like this as I've checked 
it in. Instead, the ActionContext is created and set during the init() of the 
ActionInvocation. This allows the Dispatcher to be VERY simple. All it needs to do is 
create a new ActionInvocation with the Action name and (optional) namespace, and then 
invoke() it. 

Patrick checked in some mods last night to what I did to make action chaining work by 
saving out and passing on the ValueStack to the next ActionInvocation (and 
corresponding ActionContext).

Check out the sandbox and feel free to comment.

Jason


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to