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
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
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.