Hi,
I have a requirement to submit two forms ( each form to a different strut action class ) on click of a submit button from
JSP. Any idea how this can be achieved? Is it OK if i write a
java script method and inside the method i write the two form submit as below?
Please let me know if there is any other way of doing it.By the way form1 will submit to a different url (different application) and form2 will submit to an action class on the same application.
Also i have read that two forms can't be submitted from a JSP at the same time.