use an ajaxbutton/link instead
and in response do

target.appendjavascript("window.top.location='"+urlFor(MyPage.class)+"');");

-igor


On Fri, May 13, 2011 at 4:11 PM, Nelson Segura <nsegu...@gmail.com> wrote:
> I have a JSP page which has a small wicket "mini" page embedded in an
> IFrame.
> The small wicket page has wicket button that when preset should take the
> user to a full Wicket page.
> My problem is that when Using setResponsePage from the onclick event in the
> mini page, the Iframe gets refreshed.
> Instead I would like the whole JSP to be replaced by the wicket response
> page.
> Any ideas on this can be accomplished without having to rewrite the JSP into
> wicket (it is in the header of all JSP pages)
> and without having to rewrite the wicket code into JSP?
> -Nelson
>

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

Reply via email to