After re-reading your code, I see that you have two onActivate() methods with
different parameter counts. Perhaps you are witnessing the behaviour
mentioned here
http://tapestry.1045711.n5.nabble.com/multiple-onActivate-methods-in-page-handler-td2434569.html

Whenever I need to handle a variable number of arguments, I always use a
SINGLE onActivate(EventContext) method. 





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/confused-using-tapestry-page-to-return-json-data-tp5715865p5715904.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to