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.

On Mar 22, 2012, at 5:51 AM, Stephan Windmüller wrote:

> Hello!
> 
> In my test page consisting of a single Grid component, the source values
> are constructed in the setupRender method. Sorting works fine until I
> enable the inPlace option of the Grid.
> 
> After that, every time I try to sort the Grid, it displays the empty
> message. I tried to update the values in onInplaceUpdate with no luck.
> 
> Does anyone know what I am missing here? And is there any documentation
> about how to use the inPlace parameter?
> 
> TIA
> Stephan
> 


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

Reply via email to