> -----Original Message----- > From: Hollaway, Shedrick CIV (TRFKB C600) > [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 5:51 AM > 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?
Ummmm.... one form submits to one action. It's not really a struts thing it's an HTTP thing. > Or should I be > using nested forms? Which I can't find docs or HOWTO for? I would be > thankful for any help? Nested forms? Hmmmmm... sounds like you're trying to over-engineer something.. what is it you're trying to do? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]