helloo;

I have a strange problem with selectManyListbox or selectManayMeny, I don't
get usual display like a simple html listbox..

http://www.nabble.com/file/p12295250/debug.jpg 

code:

<h:outputText value="#{msg.label_role}"  />
<h:selectManyListbox value="#{queryBean.test}">
<f:selectItems value="#{queryBean.roleItems}" />
</h:selectManyListbox> 
<h:outputText value="#{msg.label_role}  "  />
<h:selectManyMenu value="#{queryBean.test}">
<f:selectItems value="#{queryBean.roleItems}" />
</h:selectManyMenu>             


how to get a simple manyListBox ?

thanks
-- 
View this message in context: 
http://www.nabble.com/-Myfaces--facelets--selectManyListbox-display-problem-tf4318050.html#a12295250
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to