For example :
A Wicket application may have many WebPages or Wizards which are
inter-connected ...
The interceptor(or filter , whatever called) can monitor the user's cookie ,
when some situation matches , he will be redirected to a specified page,
after filling some forms , he will be redirect back to the original target
page or wizard step...

Is it possible in wicket ?

2010/1/11 smallufo <small...@gmail.com>

> Hi :
>
> I wonder if wicket has any servletFilter-like WebRequest interceptor or
> filter ?
> That the interceptor can intercept WebRequest or HttpSession and
> pre-processing , and maybe redirect to some specified WebPage ...
>
> Thanks a lot.
>

Reply via email to