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 GridPager to also use AJAX. In the documentation I
see there is a "zone" parameter. But I have no idea how to access this...
I have also tried the inPlace attribute of the grid, but when I use that
every update gives me an empty result in the grid.

Any known problems/solutions to this?

Thanks in advance,
Nathan

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/GridPager-s-zone-tp4389485p4389485.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to