On Nov 8, 2007 8:55 AM, William Hoover <[EMAIL PROTECTED]> wrote: > Well, I was thinking more in lines of a request listener (similar to a JSF > phase listener). As Wicket enters internal phases of execution a listener can > be added to perform some operations on the event. Just thought it would be > convenient to do something like this in the Wicket world :)
That probably wouldn't be very object oriented. Like Igor said, we have various special global listener constructs, and you can also work with a custom request cycle to react on the start and ending of a request. Do you have a specific use case in mind? Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
