Thank you for suggestion.
But I am using Resin 3.0.x as a servlet container.
And wicket 1.3's filter seems not working on Resin 3.0.x
see this thread for details :
http://www.nabble.com/Server-cannot-find--app-url-after-migration-to-1.3-filter-to12998876.html

Therefore , I've stay on WicketServlet



2008/2/24, Maurice Marrink <[EMAIL PROTECTED]>:
>
> >  If I use pure servlet to implement this , I have to hard code the
> >  redirecting URL , and can only use HttpSession ...
>
> If you use a filter, placed after the wicket filter, i think you can
> use the wicket session and you do not need to redirect because you can
> do Session.get().login(.....) and happily continue to the page.
>
>
> Maurice
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to