You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Daniel PC Leung <pc...@gmail.com> on 2005/04/07 17:13:02 UTC

How to set attribute in ForwardAction?

I make use ForwardAction to go from page A to page B, just clicking a link.

e.g.
<action path="/userAccountMaintPath" 
            type="org.apache.struts.actions.ForwardAction"
           parameter="user.userAccountMaint"/>

There are no form in between.
How can I set an attribute in page A so that I can get the attribute
back in page B?

Thank you very much!

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