Re: Tip:ServletContext from WicketFilter

2008-01-22 Thread Ayodeji Aladejebi
thanks, works great! On 1/21/08, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > there is a webapplication.getservletcontext(). > > -igor > > > On Jan 21, 2008 7:42 AM, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > > Well, I have started migrating some code to 1.3, however i had some > > STOP-AN

Re: Tip:ServletContext from WicketFilter

2008-01-21 Thread Igor Vaynberg
there is a webapplication.getservletcontext(). -igor On Jan 21, 2008 7:42 AM, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > Well, I have started migrating some code to 1.3, however i had some > STOP-AND-CONFIRM situation > > In 1.2.x > > ServletContext context = Application.getWicketServlet

Re: Tip:ServletContext from WicketFilter

2008-01-21 Thread Johan Compagner
that should still work. On Jan 21, 2008 4:42 PM, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > Well, I have started migrating some code to 1.3, however i had some > STOP-AND-CONFIRM situation > > In 1.2.x > > ServletContext context = Application.getWicketServlet > ().getServletContext() > ? >

Tip:ServletContext from WicketFilter

2008-01-21 Thread Ayodeji Aladejebi
Well, I have started migrating some code to 1.3, however i had some STOP-AND-CONFIRM situation In 1.2.x ServletContext context = Application.getWicketServlet().getServletContext() ? doSomethingWithContext(context); Migrating to 1.3.x ServletContext context = Application.getWicketFilter().getFi