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

Reply via email to