| Author |
Using Multiple DynaActionForms in same JSP
|
siva saran
Greenhorn
Joined: Mar 11, 2007
Posts: 17
|
|
Hi all,
My requirement is as follows
I have a JSP with a table in which a cell has a Link to different JSPs.
The JSPs to which I have to be redirect have already been developed each with a separate DynaActionForm say A, B ,C and separate Action modules.
The jsp in which the table with link is present has a separate Action module and separate DynaActionForm say D.
Now when i click on a link on the table , can I redirect to the already developed modules ,for instance submit a "A" form from the "D" form page using the ".do" present earlier.
i am trying to re-use the modules instead of just replicating the modules with the "D" form..
I would be glad to know if I can re-usse the modules using any solution.
Any help is greatly appreciated.
please let me know in case if any one have any queries.
|
 |
 |
|
|
subject: Using Multiple DynaActionForms in same JSP
|
|
|