Do I have to use the html:form tag in order to automatically populate the form from a formbean?

2004-06-10 Thread hqfz
Hi, I want to use Struts to automatically populate the formbean data to the user's form. It seems that I have to use the html:form tag? Then I need to specifiy an "action" within the tag? But if I want to define this tag in a tiles template, then the action needs to be different for each differen

How to use html:form with tiles to auto populate user form?

2004-06-11 Thread hqfz
I am trying to use the html:form tag to automatically populate the user form from a form bean. I use tiles template, which includes a header and a body, each has its own data to submit. If I define one html:form for header and body separately, then I need to call submit twice in order to submit