Hi, If I have an event link for a request. I can find the target component (with its proper class) with the ComponentSourceService. Is there a more elegant way to find the event handler method that will be invoked on the component than to search through matching method names in the component class (by reflection) and compare parameters (or check OnEvent annotations)? Background is that I want to create a new Annotation on an event handler method and need to check this when creating a special link in a custom ComponentEventLinkEncoder.
Thanks Moritz --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org