Howdy,

I'm trying to implement status counter underneath a grid, something like:

Showing 5 - 10 of 100

My grid is handled via ajax (inPlace="true").

Is there a page change event or something similar that grid's pager
emits so that I can hook up to it? Something like:

void onPageChangeFromMyGrid(int pageNo) { // ajax
}

Ultimately I need to update a zone with the counter message and I
can't seem to figure out how to construct a callback method for this.

Adam

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

Reply via email to