On Thu, 22 Mar 2012 06:53:08 -0300, Lenny Primak <lpri...@hope.nyc.ny.us> wrote:

Are you @Persist'ing your object where you get the data for the grid?
The inPlaceUpdate is actually a JavaScript call, which is in a different
thread, so if you don't @Persist, the data gets lost between requests.

Or @Persist just the search parameters (if any) and do the search in every request, AJAX or not.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.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