The SheetStateListener should be invoked by paging the sheet.

Can you try it with the demo war of tobago?

If you expect more events or a event is missing

please add an issue at http://issues.apache.org/jira/browse/TOBAGO

Regards

Bernd

John schrieb:
The listener method never gets executed no matter what I do with the sheet.
This is a funtioning sheet and quarantine backing bean, that I can refresh data, sort columns, select columns, etc. I've been through the demo application and the api and it looks like I'm doing this right. In the sheet tag I have: stateChangeListener="#{quarantine.updateCounts}" In the quarantine backing bean I have: public void updateCounts(SheetStateChangeEvent sheetStateChangeEvent) {
    System.out.println("updateCounts");
}
Thanks.

--
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333

Reply via email to