Re: AJAX updating table row

2012-11-30 Thread Geoff Callender
get this error: > > Render queue error in Expansion[PropBinding[expansion > service/ActivationAjax(service.name)]]: Property 'service' (within property > expression 'service.name', of > org.synchronica.example.pages.service.ServiceActivationAjax@53e1

Re: AJAX updating table row

2012-11-30 Thread Paul Stanton
a.example.pages.service.ServiceActivationAjax@53e1b8fb) is null. Since ajax is only making the specific row to update, we aren't looping again so how does it know which service (thus NPE)? In the tutorial I posted above, it

AJAX updating table row

2012-11-30 Thread Pillar
x27;, of org.synchronica.example.pages.service.ServiceActivationAjax@53e1b8fb) is null. Since ajax is only making the specific row to update, we aren't looping again so how does it know which service (thus NPE)? In the tutorial I posted above, it works fine. Any ideas? -- V