Thanks very much Walter. This solved my problem. I have to now find a way out to disable the user from clicking on any other options on a different frame on the screen.
~Sandeep ________________________________ From: Walter Mourão [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 4:26 PM To: MyFaces Discussion Subject: Re: (Trinidad) Session Expiry in dialog window Use lightweight dialogs, adding: <context-param> <param-name>org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS</param-name> <param-value>true</param-value> </context-param> to the web.xml file. 2008/1/31, sandeep gururaj <[EMAIL PROTECTED]>: Hello All, Is there any way I can make the dialog window open within the same IE window? ~Sandeep ________________________________ From: sandeep gururaj [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 5:03 PM To: MyFaces Discussion Subject: (Trinidad) Session Expiry in dialog window Hello All, I seek help in implementing following scenario. A page has tr:commandLink component with usewindow='true' to open a dialog window. Now, if session expires, I want to close this dialog window and move to the login screen on the parent window. At places where I don't have the dialog window, I am able to navigate to the login screen. Thanks in advance; ~Sandeep -- Walter Mourão http://arcadian.com.br http://waltermourao.com.br

