[ http://issues.apache.org/struts/browse/STR-1538?page=all ] David Evans closed STR-1538: ----------------------------
Resolution: Fixed > Tag <html:select> doesn't work well on RC2 > ------------------------------------------ > > Key: STR-1538 > URL: http://issues.apache.org/struts/browse/STR-1538 > Project: Struts Action 1 > Type: Bug > Components: Taglibs > Versions: Nightly Build > Environment: Operating System: All > Platform: PC > Reporter: Olivier > Assignee: David Graham > Fix For: 1.1 Family > > 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> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]