uklance / tapestry-stitch

Sample components and concepts in Tapestry 5
MIT License
14 stars 7 forks source link

Observe: Could not find a coercion from type java.lang.String to type X #28

Closed uklance closed 10 years ago

uklance commented 10 years ago

The observe mixin could have a variant of the issue here: https://github.com/uklance/tapestry-cometd/issues/62

I'm guessing that the following line: resources.triggerEvent(event, contextValues.toArray(), callback)

Creates an ArrayEventContext under the hood