I have a page built in SpringMVC. I have a iFrame in this page that loads a
Wicket Page. I want to replace the iFrame with a DIV and load the Wicket
page inside the DIV using Ajax.

I used Prototype to load the wicket page. The page loads but the wicket
javascript does not work anymore. I guess this is because the <head> tag
from the wicket response is not processed.

I then tried Wicket Ajax, but the call returns a SendRedirect. I guess we
cannot load wicket Pages using Wicket Ajax.

How do I get this to work ?

Thanks

Avinash P

Reply via email to