Struts doesn't have anything to do with it at this point; it's all up to
the client (e.g. browser).
The client eventually sends a request to an Action, and then Struts can
go to work again.
The only option when HTML doesn't meet your needs is to move to an
applet.
Marc Eckart wrote:
>
> >I do not believe that you are allowed to have nested >forms in html (though
> >correct me if I'm wrong!).
> >
> >Dave
>
> But we need something like nested forms, because we have actions for a list
> of objects and actions for a single one of these objects.
>
> Do you have any idea how to realize it in an other way.
>
> Marc