You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by John <jo...@jak.com> on 2006/06/13 07:09:17 UTC

Difficulty with SheetStateChangeListener

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.

Re: Difficulty with SheetStateChangeListener

Posted by Matthias Wessendorf <ma...@apache.org>.
Hey John,

thanks for your interest in the Tobago components.
Since this is mixed list, can you please add [Tobago] as a label to
your questions?

Would be great,
Matthias

On 6/12/06, John <jo...@jak.com> wrote:
>
>
> 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.


-- 
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com