Hi, I wish to raise an event from a component and abort further processing if true is returned from any event handlers - only I don't know how!
ComponentResources.triggerEvent() returns true if *any* event handler was invoked, regardless of what it returns. Passing a ComponentEventCallback doesn't work either because (as quoted from ComponentPageElementImpl source) "Boolean value is not passed to the handler;" So it seems Boolean is a 'reserved' event return value. Is there another way to determine if an event was aborted via a true return value or do need to make my own Boolean enum? Cheers, Steve. -- Steve Eynon --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org