Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.9
-
None
-
None
-
Linux, Tomcat 6
Description
After changing the tab with a click on a tabheader the selectedIndex binding won't called.
I've uploaded an minimal example here:
http://www.s2server.de:8080/MyFacesTabbedPaneExample-1/Starter.faces
Clicking 0, 1, 2 works perfectly. But after a tabheader a, b or c is clicked, the tabswitch doesn't work anymore.
You can find this example as an mavenized project here:
http://s2server.de/s2/svn/examples/myFacesTabbedPaneExample/
The important files:
http://s2server.de/s2/svn/examples/myFacesTabbedPaneExample/src/main/java/com/s2/example/myFacesExample/controller/Controller.java
http://s2server.de/s2/svn/examples/myFacesTabbedPaneExample/src/main/webapp/Starter.xhtml
Thanks a lot.