[richfaces-issues] [JBoss JIRA] Commented: (RF-11021) rich:select atribute selectFirst doesn't work

Jay Balunas (JIRA) jira-events at lists.jboss.org
Wed Jun 1 07:40:01 EDT 2011


    [ https://issues.jboss.org/browse/RF-11021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605746#comment-12605746 ] 

Jay Balunas commented on RF-11021:
----------------------------------

The goal was to be a replacement for h:select ( with additional features ).  Lets discuss that at the team meeting today.  I do not want to have a debate in jira.

http://community.jboss.org/wiki/RichFacesTeamMeetingAgenda6-1-2011

> rich:select atribute selectFirst doesn't work
> ---------------------------------------------
>
>                 Key: RF-11021
>                 URL: https://issues.jboss.org/browse/RF-11021
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.0.0.Final
>         Environment: GAE, Win7-64
>            Reporter: Ara Minosian
>            Assignee: Jay Balunas
>              Labels: richfaces
>
> This code does not display first value. Id displays emty item.
> {code:xml} 
> <rich:select id="unitSelect" value="#{editBean.paramEditor1.unitKeyWithRange}" selectFirst="true">
>     <f:selectItems value="#{editBean.paramEditor1.availableUnits}"/>
> </rich:select>
> {code} 
> This code dispays first value
> {code:xml} 
> <h:selectOneMenu id="unitSelect" value="#{editBean.paramEditor1.unitKeyWithRange}">
>     <f:selectItems value="#{editBean.paramEditor1.availableUnits}"/>
> </h:selectOneMenu>
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list