tags:

views:

18

answers:

1

How can we limit the size of h:selectonemenu to show suppose 10 values. In our application we have a drop down which has more then 100 values.

A: 

That's already not possible with plain HTML+CSS, so JSF can't do much for you here.

Best bet would be to mimic a dropdown yourself using <div><ul><li> and a good shot of CSS/JS.

BalusC