Hi everyone!
I'm sorry, I'm having a little problem and I'd like to ask for help.. I fear 
this is not strictly Wicket-related, but maybe there's some part of the API 
that I'm missing ^^; (which is not impossible at all X-) )
I have a non-Wicket application that connects to a Wicket one via an iframe, 
and I need to send some kind of "redirect" command from the iframe, so that ALL 
the page gets refreshed.. I saw that I can get this behaviour via a link like

<a href="http://redirected-url.com"; target="_top">Redirect!</a>

but I need an automatic redirection.. Is that possible?
I tried with a RedirectPage, but it gets rendered inside the iframe..

Many thanks for your attention!


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to