Oh... Only when paging? I didn't have that much data in the sheet. I was trying to get a listener that would fire when I selected rows. Since selections are stored in SheetState, I thought this would fire the listener.
John -----Original Message----- From: Bernd Bohmann [mailto:[EMAIL PROTECTED] Sent: Thursday, June 15, 2006 1:31 AM To: MyFaces Discussion Subject: Re: [Tobago] - Difficulty with SheetStateChangeListener 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

