On Wed, 23 Mar 2016 11:34:04 -0300, john c <john998...@yahoo.com.invalid> wrote:

We have a big form which does a tonne of data loading from databases and legacy systems. Now we want to add this small grid at the top with paging. Clicking a paging button will trigger a page refresh and the whole form to reload the data again in addition to the grid data. Obviously we don't want this to happen. Is it possible to to fire an Ajax event and refresh the zone around the grid? I cannot find an example. We are using 5.3.6.

Just use the inplace parameter of Grid. It'll make the Grid use an AJAX request instead, avoiding a full page reload.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to