Hi,

Cant figure this one out. Let's say I have an:

ActionForm form1  and Action action1

that persist throughout the application and used by different processes as a
final step. Now I got an action2 where I need to process another actionform
form2 right before I pass on to the action1 that processes actionform1. The
problem is that both forms 1 and 2 have to be populated from one jsp file.
How would I go about it?

I know I can make sure this jsp is only usin form2 and passes all the
variables to form 1 without an actionform but just as request variables, but
was hoping there is a better way.

Thank for the help,
Fedor



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

Reply via email to