You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Lee Harrington <le...@gmail.com> on 2004/10/12 15:39:31 UTC

Chaining Actions

I'm having a problem calling one action from another.  Both are
dispatch actions.

Action 1 is called, does it's business, sets a request.setAttribute(),
and forwards to Action 2

Action 2 is run, but none of the request variables are there.  I get
nulls with I "request.getAttribute".

Lee

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org