tabChangeListener « IceFaces « JSF Q&A





1. Icefaces tabChangeListener tag: could not find class    stackoverflow.com

I have a problem with the ice:tabChangeListener tag. According to the reference it has only one parameter, type. Which is a fully qualified class name implementing the TabChangeListener interface. So I ...

2. Stop tabChangeListener from firing    icefaces.org

3. Tabchangelistener not working with facelets    icefaces.org

Hi, I am trying to use tabset with facelets, i have created a tabmanager which implements the TabChangeListener, the TabManger has a property tabset which is binded to the tabset on the .xhtml file but when i change the tab proccessTabChange is never called any reasons why this is happening? Also I am not able to understand how does the tabset ...

5. tabChangeListener / validation issues    icefaces.org

Running release 1.7.1 Issue 1: The tabChangeListener attribute of panelTabSet doesn't seem to work. The listener is never invoked. Using a nested tabChangeListener element does work. Not sure what the difference is. Issue 2: More of a question... Why can we not set a listener instance rather than a class? I already have a backing bean handling other events from a ...