I am unable to find a solution or an alternate way of having multiple forms
in one jsp and upon submit one action handling all forms.The jsp will have
the forms as follows:
<html:form>
<%-- first form stuff -- using formA --%>
<html:form>
<%-- second form stuff -- using formB --%>
</html:form>
<html:form>
<%-- third form stuff -- using formB --%>
</html:form>
</html:form>
How do I indicate to the action that it depends on two forms? Or should I be
using nested forms? Which I can't find docs or HOWTO for? I would be
thankful for any help?
Shedrick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]