On Fri, 31 Oct 2014 12:29:16 -0200, Chris Poulsen <mailingl...@nesluop.dk> wrote:

If the actual arguments does not fit the signature the handler will be
skipped (the rules can be found in the docs).

Try: Object onActivate( EventContext ec )

to see what is acutally getting passed as context.

Actually, I'd consider onActivate(EventContext) the recommended way of receiving the activation context. It's *always* called. No surprises. :) In Ken's case, I'd guess there's no String to Class and String to Object coercions contributed to TypeCoercer.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to