--- Andy <[EMAIL PROTECTED]> wrote:
> In the example below, it would be nice to submit the inner form and then in
> the inner action class have available the inner form and the outer form,
> and to do so without having to manually copy over each field.  Any creative
> ideas? :)
>  
> So if I have:
>  
> <form id="outer" method="post" action="/outer.do">
>     ...
>  
>     <form id="inner" method="post" action="/inner.do">
>         ...    
>     </form>
> </form>

If you have that you have invalid HTML.

Dave


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

Reply via email to