Rick, my apologies for being unclear here, html:text is html-el:text and I am using JSTL to retrieve data and iterate with (c:foreach). There are alot more fields involve here each ActionForm corrolate to a database tables(Atable = Aform, Btable = Bform). I would like the user to be able update fields in multiple tables without binding the table in one very big ActionForm. Does this fit the exception of nested forms using JSTL?
Shed > Wy would you want to? Why don't you just make an ActionForm with the > properties: > > firstName > lastName > homePhone > contact1 > contact2 > > Maybe I'm missing something:) Also you do know that > <html:form> will not > work defined like you have it? > > Also of course you need your submit button inside the form. > Lastly you > have two form fields named the same (fullName) which will end up > submitting a String[] which is probably not what you want. > Make one form > and name them contact1 and contact2 and set them before you > get to the > form so you don't have to declare the value like you are doing. (You > 'usually' want to avoid having to declare the value - it > should be set > in the form. There are exceptions - nested forms using JSTL, > sometimes > radio or checkboxes - but 99.9& of the time you shouldn't > need to define > the value using an html:text tag). > > > -- > Rick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]