zkoss / zkspring

Automatically exported from code.google.com/p/zkspring
6 stars 15 forks source link

Event methods with no arguments throws exception #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. declare and define an @EventHandler with no arguments
2. invoke this event handler

What is the expected output? What do you see instead?
Expected: event handling method is executed
Actual: NoSuchMethodException thrown

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ashish.dasnurkar on 11 Apr 2011 at 8:13

GoogleCodeExporter commented 9 years ago
Fixed in 5/12 freshly

Original comment by ashish.dasnurkar on 12 May 2011 at 2:54