Re: Tapestry 5.3 rc3 - Page must be specified before initializing for partial page render.

2011-11-05 Thread 9902468
Yes, this possibility crossed my mind too, but I thought that I'll consult the list before making more things to maintain. Thanks for the input, - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-rc3-Page-must-be-specified-before-initializing-for-partia

Re: Tapestry 5.3 rc3 - Page must be specified before initializing for partial page render.

2011-11-05 Thread Robert Zeigler
It sounds like you might be better off writing your own "ajaxlink" component that always does xhr? You can certainly still tie into Tapestry's ajax/zone handling, and asking tapestry to generate the links is simple. Robert On Nov 5, 2011, at 11/56:42 AM , 9902468 wrote: > Hi, > > I get that e

Tapestry 5.3 rc3 - Page must be specified before initializing for partial page render.

2011-11-05 Thread 9902468
Hi, I get that error, if I use the ajaxResponseRenderer service during the handling of an event, that has originated from a link that does not have it's zone set. I understand the technical reason for this. We have a fairly complex system, and we do not know beforehand what zones the page contain