Hi!
I have a form with a combo box field (h:selectOneMenu), but the size of the component is too big: it contains houndreds of data. It's unusable.
I think a popup window is a good solution for my problem to chose the correct value, with a table in it, showing 10 rows at a time, having a paginator to paginate, and az input field to filter the table.
How can I make a popup window to satisfy this spec in JSF?
thnx
-- Norbert Csík

