Embedding a Wicket Page inside a DIV

2009-08-26 Thread Avinash palicharla
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

Re: Embedding a Wicket Page inside a DIV

2009-08-26 Thread Avinash palicharla
to change the URL. I will dig deeper and find out if i can do that. Any advice in the mean time will be of great help. Thanks, Avinash P On Wed, Aug 26, 2009 at 4:35 AM, Michael Mosmann mich...@mosmann.de wrote: Am Mittwoch, den 26.08.2009, 01:29 -0500 schrieb Avinash palicharla: I have

Re: Embedding a Wicket Page inside a DIV

2009-08-26 Thread Avinash palicharla
: 'get' }); * } /script /head body onload=loadWicketContainer() div id=wicketContainer /div /body /html Thanks Avinash P On Wed, Aug 26, 2009 at 7:09 AM, Avinash palicharla avinashredd...@gmail.com wrote: Thank you :) Yes, the page comes from the same server. I got the Head to work