-
Bug
-
Resolution: Invalid
-
Normal
-
None
-
6.0.2, 6.5.0
-
Linux and Windows, jdk1.6.0_53
According to New Features of ZK 6.0.1 we could retrieve the event using @BindingParam but event is always null.
After some debugging it seems that org.zkoss.zk.xel.impl.ExecutionResolver is not resolving the implicit object event.
The alternative is using @ContextParam(ContextType.TRIGGER_EVENT) but this requires to explicitly reference events and components in the view model.