From: "Tony Smith" <[EMAIL PROTECTED]>
If I have a html:form, can I have another html:form
inside it and pointed to a different action?
For example:
<html:form action="outter.do">
...
<html:form action="inner.do">
...
</html:form>
</html:form>
No, it's invalid HTML. http://www.w3.org/MarkUp/html3/forms.html
What are you trying to do? Some alternatives include separate forms, or one
form with multiple submit buttons, but it's hard to suggest something
without knowing more.
--
Wendy Smoak
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]