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

2017-03-22 Thread Davide Vecchi
Hi everybody, I'm using Tapestry 5.3.8 . I am at a complete loss trying to figure out why I always get a NullPointerException when I click on a grid row of a certain page. I'm describing the situation here and if anyone has *any* thought, feeling, suggestion, observation, things to check or any

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

2017-03-22 Thread Christian Riedel
Just a wild guess without seeing your template: your method is called with a null value. Assigning null to a primitive variable results in a nullpointer. Try *Long* sysRowId instead and you probably won’t get that exception. The root cause might be that the context of your event link does not con

Tapestry Confirm mixin doesn't work with async="true" parameter

2017-03-22 Thread Bob Harner
Has anybody else seen this? When I have an eventlink (and presumably actionlink and other types of links) with async="true", like this: Delete... then when I click OK on the confirmation dialog, the request is sent BOTH via xhr and as a regular full-page request. (Naturally, the second one