Hollaway, Shedrick CIV (TRFKB C600) wrote:
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>
Ok, not trying to be a jerk here, but this shows you didn't even look at a single example built with Struts. There are billion examples now available on Struts and you need to look at least one of those examples. Have you even looked at the struts documentation of the html:form tag http://struts.apache.org/userGuide/struts-html.html#form ? Have you seen an example of where you just saw <html:form> defined with no other attributes?
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]