Zoran,

> Anyway, my question is that I have two identical forms with identical
> configuration, but one works fine if the form elements don¹t have a name
> attribute and the other doesn¹t.To illustrate one form works with the
> following tag:
> <html:text property="title"/>

This retrieves the property "title" off the Struts form bean.

> But the second form only works when a name attribute is included:
> <html:text name="galleryForm" property="title"/>

This retrieves the property "title" off the bean named "galleryForm".
The default (without @name) is the Struts form bean.

For future reference, add this to your toolbox:
http://struts.apache.org/1.x/struts-taglib/tlddoc/html/tld-summary.html

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to