Ajax event for inplace Grid page change
Adam X <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <CAL4U7iGuo6ofR0URMfuoZzZQ-=tZs4NJFw4cyFiTfYGpX+vOew@mail.gmail.com> |
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: [email protected]
For additional commands, e-mail: [email protected]