You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Fleischle, Samuel" <s....@key-software.com> on 2005/04/27 10:47:48 UTC

Multiple forms on one page

Does Struts support more then one form on a single page?

 

In my application I put two forms on one page, one form containing the data
and one form containing some search fields. I define one form bean for each
form. But if I submit one of these forms, e.g. the search form, I got only
one form filled with data by my form bean.

 

Is there a way, Struts provides to forms?

 

Regards,

Sam