In our Wicket 6 projects, we have a IRequestCycleListener that does some
things we want to do for every request (primarily involving auditing and a
few other nits).  We also have a couple 1.4 apps that we haven't been given
permission to upgrade, but we want to add this same auditing listener.  Is
there an equivalent to IRequestCycleListener in 1.4?

I see IRequestListener, but it doesn't seem to have any events, and it's
child listeners all seem more specific.  I just want a bit of code to run
before and after every request.

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to