Re: 2 actions in one form
Posted By:
frank_prumbaum
Posted On:
Monday, December 10, 2001 04:23 AM
Use Javascript. Your form is has a name, so you can change the 'action'-attribute dynamically depending upon your form-data.
(You have to use an input type=button instead of struts' submit, with the onclick attribute set to use your action-switching javascript-function)