I read this post several times.  If I understood it, the key is this line:

"...the action responsible for this needs the name attribute set to the
Form Bean of the first form..."

If I read this to mean you want a post to form A to update form B so that it 
has access to the state of submission to form A, then I would suggest that you 
use session scope and have the action for form A retrieve form B from the 
session and update it as needed.  You can give it a reference to the other form 
if you like, or you can copy the data you nead from one form to the other.

Is that what you are looking for?

Cheers,

Mike



------------------------------------------------------------------------
Michael Taylor
TXE Systems, Inc.
[EMAIL PROTECTED]


Andrew Tomaka wrote:

Hey all,

I'm attempting to create a JSP that is made up of two forms.  Each
form needs a different form bean and is processed by a different
action.  The catch is that the first form returns back to the JSP and
the action responsible for this needs the name attribute set to the
Form Bean of the first form.  When the JSP is loaded after the
processing of the first form, both the form tags are assigned the name
of the first Form Bean.

Is it possible to assign Form Beans to a form instead of assigning
them to an action?

Thanks,
~ Andrew Tomaka

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to