[richfaces-issues] [JBoss JIRA] Commented: (RF-3559) rich:combobox using different itemValue and itemLabel select item

Andreas Stoller (JIRA) jira-events at lists.jboss.org
Tue Mar 10 10:50:23 EDT 2009


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

Andreas Stoller commented on RF-3559:
-------------------------------------

I have the same problem... I can't understand why this is a feature and not a bug. 
In the docmentation we can read that "Browser like selection" is a key feature. It's awesome how it works with a List of Strings... But the fact, that the itemLabel is ignored makes this component more or less unusable, doesn't it? 

Almost the same (closed) issue: https://jira.jboss.org/jira/browse/RF-4293

> rich:combobox using different itemValue and itemLabel select item
> -----------------------------------------------------------------
>
>                 Key: RF-3559
>                 URL: https://jira.jboss.org/jira/browse/RF-3559
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: IE7 - Richfaces 3.2.1 CR7 - eclipse europa
>            Reporter: Rafael Jimenez
>            Assignee: Alexander Dubovsky
>            Priority: Optional
>
> In this code:
> -------------------------------------------------------------------------------------------------------
> <f:view>
> <ui:composition>
> <ui:define>
> <h:form>
> <rich:panel style="width:500px; height:300px; overflow:scroll" > 
>     <h:outputText value="ComboBox Scroll Bug" /> 
>         <rich:comboBox> 
>             <f:selectItem itemValue="001" itemLabel="option1" /> 
>             <f:selectItem itemValue="002" itemLabel="option2" /> 
>             <f:selectItem itemValue="003" itemLabel="option3" /> 
>         </rich:comboBox> 
> </rich:panel> 
> </h:form>
> </ui:define>
> </ui:composition>
> </f:view>
> ---------------------------------------------------------------------------------------------------------------
> It must show itemlabels options and get itemvalue but It shows itemvalues and get itemvalue from selectitem.

-- 
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