>  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