That requires a bit of client-side JavaScript.  I have to do this kind of
thing at work.

The child window (the popup) needs to adds some javascript like:

  opener.url = "..."

To force its opener (the parent window) to referesh.  This is from memory,
so I have the details wrong.

----- Original Message -----
From: "Frank Liu" <[EMAIL PROTECTED]>
To: "Tapestry" <[EMAIL PROTECTED]>
Sent: Friday, October 25, 2002 10:15 PM
Subject: [Tapestry-developer] Changed data will show on its parent window


> 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

Reply via email to