-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
In zk-grails there was a simple way to register events:
void init(Component comp) { comp.onClick { event -> ...//processing the event } }
Now this code produces an error:
org.codehaus.groovy.runtime.InvokerInvocationException: groovy.lang.MissingMethodException: No signature of method: org.zkoss.zul.Image.addEventListener() is applicable for argument types: (String, com.sun.proxy.$Proxy117) values: ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working