This content has been marked as final. 
    
Show                 6 replies
    
- 
        1. Re: SelectItem value and label are similar?nbelaevski Jun 4, 2009 6:26 AM (in response to sparklink)Hi, 
 No, rich:comboBox supports values only.
- 
        2. Re: SelectItem value and label are similar?nbelaevski Jun 4, 2009 6:35 AM (in response to sparklink)Check this out: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=146103. 
- 
        3. Re: SelectItem value and label are similar?sparklink Jun 5, 2009 12:28 AM (in response to sparklink)so what is the usage of itemLabel then? is it a bug? 
- 
        4. Re: SelectItem value and label are similar?nbelaevski Jun 5, 2009 5:37 AM (in response to sparklink)No, not a bug. ComboBox is not a select menu, but input. SelectItem support was developed for convenience; you can use values collection instead. 
- 
        5. Re: SelectItem value and label are similar?sparklink Jun 5, 2009 11:36 PM (in response to sparklink)mmm.. so what should i do if i want a comboBox functionality? You said that comboBox is not for select menu, but for input.. is that impossible to make comboBox as select menu functionality? 
- 
        6. Re: SelectItem value and label are similar?nbelaevski Jun 6, 2009 10:02 AM (in response to sparklink)"sparklink" wrote: 
 .. is that impossible to make comboBox as select menu functionality?
 Use converter that will match user typed value with some entity from the available ones.
 
    