Mark,
I saw something just like this recently. Unfortunately, I can't find it
again. :(
It was part of some ajax component library. I didn't bookmark it because
I was more interested in something like ajax4jsf that lets you use your
existing components.
But maybe someone else has seen it? Or you could try googling for it...
it's out there, somewhere. It was exactly what you describe.
Regards,
Jeff Bischoff
Kenneth L Kurz & Associates, Inc.
Mark Breman wrote:
Hi everyone,
I'm rebuilding an existing webapp with MyFaces (and facelets).
This app has a feature to select a value/record from a list which is
displayed in a second browser window (which is popuped when a link on the
main window is pressed).
If a value/record is selected from the popuped browser window, it is closed
and the selected value/record is used in the main window.
This feature is currently implemented mainly in Javascript.
Now I already had a look at the t:popup component but it looks like this is
not suited well for this feature.
What is the best way to implement this feature with MyFaces?
Any advice appreciated.
Kind regards,
Mark Breman.