Re: Tapestry Grid with inPlace zone update fails with single quote in data for grid

2015-05-07 Thread Geoff Callender
My response is on stackoverflow. Geoff On 7 May 2015, at 9:59 pm, Pratik Patel [C] wrote: > This is the same question on stackOverflow. It is easier to read there. > > http://stackoverflow.com/questions/30100088/tapestry-grid-with-inplace-zone-update-fails-with-single-quote-in-data

Re: Tapestry Grid with inPlace zone update fails with single quote in data for grid

2015-05-07 Thread Pratik Patel [C]
This is the same question on stackOverflow. It is easier to read there. http://stackoverflow.com/questions/30100088/tapestry-grid-with-inplace-zone-update-fails-with-single-quote-in-data-for-grid - To unsubscribe, e-mail

Tapestry Grid with inPlace zone update fails with single quote in data for grid

2015-05-07 Thread Pratik Patel [C]
I have following grid in a component. source="results" row="result" rowIndex="rowIndex" rowsPerPage="50" pagerPosition="top" model="model"> InPlace=true renders grid inside a zone and then each new page request simply updates that zone. But in following case, zone update does not take place.