t:popup may work for you. For a more robust solution, jenia4faces [1] works just fine and is a very good dialog. I recommend their popupFrame but not their popupBox. The popup box saves the contents to the web page inside of a JavaScript string that causes all sorts of escaping problems as the author doesn't seem to attempt to validate the contents. The popup frame uses an IFRAME.
I use it with no issues with MyFaces 1.1.4 and server side state saving. -Andrew On 10/17/06, Dave <[EMAIL PROTECTED]> wrote:
Hello, Can anyone please recommend a dialog framework for MyFaces? In a JSF page, when a user click a button, open a dialog window to let user select a item from a tree. After the user makes a choice, then the dialog window closes, and the main window shows the choice the user just selected. Thanks, Dave ________________________________ Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail.

