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=20949>. 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=20949 Tag <html:select> doesn't work well on RC2 Summary: Tag <html:select> doesn't work well on RC2 Product: Struts Version: Nightly Build Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Minor Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The following code doesn't work on Struts 1.1 RC 2 (result is a blank list) but works on Struts 1.1 RC1 : <html:select property="tri"> <html:option value="NOM"/> <!-- <html:option value="DISPONIBILITE"/> --> <html:option value="KILO-OCTET"/> <html:option value="PAGE"/> <html:option value="KILO-OCTET PAR PAGE"/> <html:option value="SESSION"/> <html:option value="HIT"/> </html:select> Whereas, the following code works on both versions : <html:select property="hebergement" multiple="true" size="3"> <html:options collection="HEBERGEMENTLISTE" property="hebergementId" labelProperty="hebergementDesignation"/> </html:select> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
