Skip to content

Registering events #14

@asmbit

Description

@asmbit

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: ...

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions