Food for future thought - the way the event return value is used for
multiple purposes and may, or may not be passed to your callback seems
a little messy. Currently we have -
in ComponentPageElementImpl:
ComponentEventCallback wrapped = new ComponentEventCallback() {
public boolean handleR
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