tabChangeListener doesn´t work
------------------------------
Key: MYFACES-747
URL: http://issues.apache.org/jira/browse/MYFACES-747
Project: MyFaces
Type: Bug
Components: Tomahawk
Versions: 1.1.1
Environment: Windows XP, j2sdk1.4.2_06, jakarta-tomcat-5.0.28, MyFaces 1.1.1
RC 3
Reporter: Aimar Tellitu
I have added one tabChangeListener to the Tabbed Pane that it's in the examples.
Added this line to tabbedPane.jsp:
<t:tabChangeListener type="org.apache.myfaces.examples.misc.TabbedPaneBean"/>
And I changed TabbedPaneBean:
public void processTabChange(TabChangeEvent arg0) throws
AbortProcessingException {
System.out.println( "changed !!" );
}
But this method is never called.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira