Re: NPE in dispatchComponentEvent of a page class (which doesn't have such method)

2017-03-23 Thread Christian Riedel
dispatchComponentEvent is one of the methods of the Component [0] interface. Every page / component / mixin implements this interface through some class transformation by Tapestry. Same as with setupRender; if you don’t implement this method, Tapestry will do it for you. [0] https://github.com

RE: NPE in dispatchComponentEvent of a page class (which doesn't have such method)

2017-03-23 Thread Davide Vecchi
Thank you. The problem was actually in the terms you mentioned. The null value that was attempted to be passed in the primitive long argument was coming from our customization of GridRows, which in its afterRender calls ComponentResourcesCommon.createEventLink(String, Object...) for the selectR