I could be wrong, but I don't think it's legal to nest forms.  I'm fairly
sure that the <form> element in HTML cannot have a nested <form> element.
In any case, it seems like a pretty obfuscated thing to do.  What are you
hoping to accomplish?


> What's the best way to nest forms?
> 
> I want to:
> 
> <html:form action="A">
>       <html:form action="B">
>               <html:img src="B"/>
>       </html:form>
>       <html:img src="A"/>
> <html:form>
> 
> But, when I try this, src B always invokes action A -- I want src B to
> invoke action B.
> 
> Any help is greatly appreciated.
> 
> Thanks,
> 
> --Mike

Reply via email to