Export to GitHub

gwt-dispatch - issue #2

ActionHandler bindings are not being registered


Posted on Jul 7, 2009 by Grumpy Rhino

What steps will reproduce the problem? 1. Use 'ServerDispatchModule#bindHandler(...)' to bind a handler implementation. 2. Try executing the handled action.

What is the expected output? What do you see instead?

It should find the handler and execute it, passing in the action instance. Instead, an 'UnsupportedHandlerException' is thrown.

Comment #1

Posted on Jul 7, 2009 by Grumpy Rhino

There seems to be a bug in the ActionHandlerLinker implementation.

Comment #2

Posted on Jul 7, 2009 by Grumpy Rhino

This issue was closed by r23.

Comment #3

Posted on Jul 7, 2009 by Quick Camel

could please upload the new snapshot to your maven2 repos? Thx

Comment #4

Posted on Jul 7, 2009 by Grumpy Rhino

Good point. It has been uploaded now.

Status: Fixed

Labels:
Type-Defect Priority-Critical Milestone-Release1.0