Refershing the main window on closing the dailog box.
Kanav Khajuria
Greenhorn
Joined: Mar 16, 2009
Posts: 2
posted
0
Hi,
I am opening a dailog box using jsf page.
Now I when I close this dailog box, I want to refresh the parent winidow.
How to do this?
I know this can be doen using this.form.submit().
But where/how to use the same.?