Hi,

My application uses a base class that catches all events that are
not handled by a component or a page on the way up.

At first, I tried to write the handler in my layout component but
since its not the top of the hierarchy, I had to create a base class
that every page extends. There, I have my generic event handler
and it works fine.

But I don't like the concept that all my pages have to extend
that base class and here comes my question:

Is there any other way to configure Tapestry 5.1 so that unhandled
events get processed in a generic way (like a custom dispatcher)?

If possible, it would make my event handling so much better.
Regards,
Andreas Pardeike

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

Reply via email to