DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17592>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17592

optionsCollection requires property while only name required?

           Summary: optionsCollection requires property while only name
                    required?
           Product: Struts
           Version: 1.1 Beta 3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Custom tag html:optionsCollection as defined in struts-html.tld requires the 
property attribute to be set. When providing the collection directly in a 
request-attribute, you're unable to use the optionsCollection tag because of 
this restriction. This is a configuration-bug and can be easily solved in 
the .tld file.

<attribute>
<name>property</name>
<required>false</required> // instead of true
<rtexprvalue>true</rtexprvalue>
</attribute>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to