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.

Reply via email to