Laurie, I've tried calling a backing bean of the parent window before the window.close() and the method is executed successfully but the parent page is never refreshed. I've also tried to submit the parent's window form via javascript but nothing happened.
Can you post a code example for your approaches? Thanks a lot Matias -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Saturday, January 07, 2006 3:32 PM To: [email protected] Subject: Re: Redisplay-Refresh Matias Gomez Carabias wrote: > Hi all again. I have the following question. My application has a > collection in the main page displayed by a t:dataTable, when a button is > clicked , it opens a popup window , and when a button is pressed in the > popup window, the collection may be changed and I need it to be > refreshed. > > Any clues on how to achieve this? Add an onUnload handler to the popup that refreshes its parent window? Or have the form in the popup window target (submit to) the parent window, and call window.close() from its onSubmit? L.

