Same for me, my need was to have a specific prepare action for my grid to
display on ajax request. There is an "inPlaceUpdate" event called when page
changes but the grid rendering process is done before calling this event in
my component. I think it's because of the grid component that call
componentEventResultProcessor.processResultValue(this); when handling this
event (the event is fired by the grid pager).

2012/11/6 membersound <memberso...@web.de>

> setupRender is invoked for the whole page. I have 2 different grids (and
> thus
> 2 different models) to be displayed at once on a single page. And therefore
> would like to catch from which table the "refresh" comes (on..FromTable or
> so).
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/onPrepare-from-grid-tp5717639p5717686.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