So why use iFrames and not Panels?

With Panels you don't have to worry about it because it's a single page at all 
times.

With iFrames you could do it with JavaScript given all frames are hosted on the 
same domain:

parent.location.assisgn("URL to login page");

Where parent is the root window of your app hosting all the iFrames. Do so 
after you invalidate the user's session. This won't wok if JS is turned off in 
the browser.

~ Thank you,
   Paul C Bors

> On Oct 5, 2013, at 15:16, MartinoSuperman <martinosuper...@live.nl> wrote:
> 
> Hi,
> 
> They are all running on the same wicket app.
> 
> 
> 
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Refresh-whole-site-with-iframes-tp4661720p4661724.html
> Sent from the Users forum mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to