Re: Calling wicket modal popup from non-wicket

2011-01-20 Thread Nelson Segura
That sounds like a good solution. Thanks! -nelson On Wed, Jan 19, 2011 at 3:53 PM, Igor Vaynberg wrote: > your best bet is to use a non-wicket modal and iframe a wicket page into > it. > > -igor > > On Wed, Jan 19, 2011 at 3:12 PM, Nelson Segura wrote: > > We are slowly migrating a JSP app to wi

Re: Calling wicket modal popup from non-wicket

2011-01-19 Thread Igor Vaynberg
your best bet is to use a non-wicket modal and iframe a wicket page into it. -igor On Wed, Jan 19, 2011 at 3:12 PM, Nelson Segura wrote: > We are slowly migrating a JSP app to wicket. Parts of our app are written in > Wicket, but most of it is still JSP. > We need to integrate some of the new wi

Calling wicket modal popup from non-wicket

2011-01-19 Thread Nelson Segura
We are slowly migrating a JSP app to wicket. Parts of our app are written in Wicket, but most of it is still JSP. We need to integrate some of the new wicket functionality into old JSP pages, as fragments or modal popups. There is a lot of functionality in that page using JSP, so rewriting everythi