Hi

Do you mean override newRequestCycle() in WebApplication , and in the
returning WebRequestCycle, override onBeginRequest() ?

If so , how do I inject spring beans into Application ?
The SpringComponentInjector is injected into Application in init() , but
Spring beans is not available in this class.


2010/1/12 Igor Vaynberg <igor.vaynb...@gmail.com>

> requestcycle.onbeginrequest
>
> -igor
>
> On Mon, Jan 11, 2010 at 2:40 AM, smallufo <small...@gmail.com> wrote:
> > 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.
> >>
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to