Re: Passing ActionForm along on the request

2004-05-27 Thread DGraham
AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Passing ActionForm along on the request Is it possible to call an Action which pre-populates a form, forwards on to a JSP page which displays the form values for the user to change

Passing ActionForm along on the request

2004-05-26 Thread Jeremy Nix
Is it possible to call an Action which pre-populates a form, forwards on to a JSP page which displays the form values for the user to change, and then submit back to an Action that will contain the form value? We're running into a scenario where we prepopulate the Form in 1 action and set it onto

RE: Passing ActionForm along on the request

2004-05-26 Thread None None
really neither is much of an option anyway). From: Jeremy Nix [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Passing ActionForm along on the request Date: Wed, 26 May 2004 10:35:41 -0400 Is it possible to call an Action which pre-populates a form