[richfaces-issues] [JBoss JIRA] Created: (RF-3987) rich:comboBox breaks with defaultLabel

Robert Dale (JIRA) jira-events at lists.jboss.org
Wed Jul 23 09:34:17 EDT 2008


rich:comboBox breaks with defaultLabel
--------------------------------------

                 Key: RF-3987
                 URL: https://jira.jboss.org/jira/browse/RF-3987
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: JBoss AS 4.2 EAP CP03
            Reporter: Robert Dale



rich:comboBox breaks with a defaultLabel set.
If you remove defaultLabel or downgrade to richfaces 3.2.0.GA, it works as expected.

<rich:comboBox id="sites" value="#{ComboboxTest.site}" selectFirstOnUpdate="false" defaultLabel="Select a site"
  required="true" requiredMessage="You must select a site." converter="#{SiteConverter}">
  <f:selectItems value="#{ComboboxTest.siteItems}" />
</rich:comboBox>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list