I have some vague memory (perhaps completely wrong) that the forms are
stored wherever they are stored using the names that you specify in
struts-config.  It may not be the nicest way to do this, but I'm pretty sure
that, given session scope on your forms, you can do something like
(FormA)forma = session.getAttribute("FormA");

HTH,
Carey



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

Reply via email to