You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Geoffrey Ellis <mr...@earthlink.net> on 2003/07/08 05:34:19 UTC

How to pass a value object to another action

actionForm A contains a collection of value objects which are presented to
the user.  The user will select a particular value object which the next
actionForm B will need for presentation.
How should this be done?  I would think action A would grab the value object
from its actionForm and some how pass it to the next action or set that
value in actionForm B and then forward the request to Action B.  I don't see
how to do either of these or is this done another way?


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