Why would you want to have an action related to 2 forms.
A form typically means a business functionality and an action is the
trigger for that business functionality.
If you are saying that a single functionality encompasses more than one
form then there is problem in the design.
I think u shld give a good rethink even before starting the development

Thanks,
Satish

-----Original Message-----
From: Hollaway, Shedrick CIV (TRFKB C600)
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 12, 2004 6:21 PM
To: '[EMAIL PROTECTED]'
Subject: Multiple forms in one JSP + one Action


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]

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

Reply via email to