You might try to use the existing popup-component and cram it with
JSF-components, but I doubt that it completely works; the
popup-component was not explicitly designed to deal with
input-components.

regards,

Martin


On Tue, 22 Mar 2005 21:56:38 -0600, Aaron Bartell
<[EMAIL PROTECTED]> wrote:
> The pop-up part is easy, I think more of what you are looking for is the
> ability to update a parent field from a child window. This isn't that
> hard to do with traditional java script, but I haven't seen actual JSF
> components that will complete the task for you.  Though one could build
> functionality such that when the user picked a value from the pop up
> window and the window would then close and the back bean would have been
> updated, and if you can then refresh the parent window, that would be
> one solution.
> 
> Client side would be the best though.
> 
> Aaron Bartell
> 
> Cs�k Norbert wrote:
> 
> > 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
> >
>

Reply via email to