Frank,
Before you close your popup window (in a JavaScript, I assume) do this
first.
if( opener != null && !opener.closed )
{
// Use this or any of the other ways of refreshing a window...
opener.document.refresh();
// or this : opener.document..history.go(0 );
}
Hope this helps.
Manoj
Frank Liu <[EMAIL PROTECTED]>
Sent by: To: Tapestry
<[EMAIL PROTECTED]>
[EMAIL PROTECTED] cc:
eforge.net Subject:
[Tapestry-developer] Changed data will show on its parent
window
10/26/02 07:45 AM
Hi,
As somebody said, Tapestry makes difficult things
simple and simple things difficult.
I want to implement the following..
First all, the list of customers will be shown
on a browser window, similar to the book list of
vlib. Then, the user can click a customer link, a pop
window will open, and display the detail information
of the customer, the user can update the data, and
submit it, the pop window will be closed automatically
and the updated data will be show on the first window.
Currently, I have implemented the following.
1. list the customers in the first window
2. pop up a window showing a specific customer's data
3. submit and update the customer's data
4. automatically close the pop window
What I can't do is that after the pop window is
closed,
how can the opener window get refreshed?
Thx
Frank
__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer
-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer