Re: [Trinidad] Page refresh on return from dialog

2007-08-01 Thread Simon Lessard
There's two ways, both are poor man's solution though. 1. Do a sendRedirect on the same page in your returnListener (you'll lose the messages and request scoped variables though, like any redirect); 2. Set a partialTriggers on the first component under trh:body (most likely tr:form) Regards,

[Trinidad] Page refresh on return from dialog

2007-08-01 Thread sandeep gururaj
Hello All, I would like to know if anyone has any idea to refresh the complete page on returning from a dialog window. I have a tr:commandlink, on click of which a dialog window opens up, the necessary operation is performed and then the dialog is closed. At this point, I want to refresh the

RE: [Trinidad] Page refresh on return from dialog

2007-08-01 Thread sandeep gururaj
: Wednesday, August 01, 2007 7:28 PM To: MyFaces Discussion Subject: Re: [Trinidad] Page refresh on return from dialog There's two ways, both are poor man's solution though. 1. Do a sendRedirect on the same page in your returnListener (you'll lose the messages and request scoped variables though, like

Re: [Trinidad] Page refresh on return from dialog

2007-08-01 Thread Simon Lessard
? Example (or some piece of code) for option-1 will be appreciated! Thanks. ~Sandeep From: Simon Lessard [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 7:28 PM To: MyFaces Discussion Subject: Re: [Trinidad] Page refresh on return from dialog

RE: [Trinidad] Page refresh on return from dialog

2007-08-01 Thread sandeep gururaj
Thanks very much. You solved my problem:-) ~Sandeep From: Simon Lessard [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 8:10 PM To: MyFaces Discussion Subject: Re: [Trinidad] Page refresh on return from dialog Hello, However, some components