To aid debugging, is it possible to do something like this:

@onEvent
public void onEvent() {
    final String componentId = MagicWand.getComponentIdForThisEvent();
    final String action = MagicWand.getActionForThisEvent();
    System.out.println("Component ID: " + componentId);
    System.out.println("Action: " + action);
}

What's T5's replacement for MagicWand? :-)

Cheers,
Hilco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to