HI all,
i gave it a shot, but cant figure it out.
Paging a grid in a zone results in page reloading so the Zone is not
updated.
Using inplace=true lets the grid stay but "No data to display".
Interessting when you update the zone again, then the correct page is shown,
so the data is not lost, bu
Hey,
I have a page with a grid which is in a zone. I have also above this zone
some filters; they all update the zone with AJAX:
onChange="$('frmFilter').fire(Tapestry.FORM_PROCESS_SUBMIT_EVENT);"
And in the onSubmit i return zone.getBody();
This all works fine.
But now I only need the GridPag