Re: [Wicket-user] Wicket and embeddable Ajax components

2007-04-19 Thread barrett
call. You then have a script tag whose src points at this page as seen in the javadoc comments. -Barrett barrett wrote: > > David, > We recently had a requirement where we wanted to include a panel from our > new Wicket app on one of our non-wicket legacy applications. To do this I

Re: [Wicket-user] Wicket and embeddable Ajax components

2007-04-19 Thread barrett
David, We recently had a requirement where we wanted to include a panel from our new Wicket app on one of our non-wicket legacy applications. To do this I created a behavior and container page which will spit out any component between a javascript document.write method. Then on your non-wicket pag