FYI - if you go with multiple windows, make sure you use client side state. I don't think MyFaces yet supports server side state with multiple client windows for one Servlet session.
-Andrew On 5/19/06, Cosma Colanicchia <[EMAIL PROTECTED]> wrote:
I know, and alredy considered jenia4faces, but my requirement is to open a new browser window.. so I was trying a way to minimize problems in JSF. Thanks anyway for your interest Cosma 2006/5/19, Werner Punz <[EMAIL PROTECTED]>: > Cosma Colanicchia schrieb: > > Maybe I just didn't understand it very well, but I need to open a new > > *browser* window, while this component seems to open an "in-page" > > popup, like the t:popUp one.. > > > > > Yes, the popup is in browser, it is way less problematic that way. > If you really have to open a new browser window, then the notifier is > not the preferred choice. > > (another alternative to having an in browser popup is the way more > advanced jenia4faces popup) > > have in mind that you open a huge can of worms with a popup window. > >

