I have a filtered drop down list. I use selectOneMenu to display the values of this list. For example, there are 10,000 of them. I need to make sure that only 50 first values are visible in the list. how to do it?
|
I have a filtered drop down list. I use selectOneMenu to display the values of this list. For example, there are 10,000 of them. I need to make sure that only 50 first values are visible in the list. how to do it?
Source: https://ru.stackoverflow.com/questions/805822/
All Articles