You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Christian Schneider (JIRA)" <de...@myfaces.apache.org> on 2010/05/24 14:43:24 UTC

[jira] Created: (TOMAHAWK-1513) Getter for SelectionIndex won't called after switching a tab by a tabheader

Getter for SelectionIndex won't called after switching a tab by a tabheader
---------------------------------------------------------------------------

                 Key: TOMAHAWK-1513
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1513
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Tabbed Pane
    Affects Versions: 1.1.9
         Environment: Linux, Tomcat 6
            Reporter: Christian Schneider


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-1513) Getter for SelectionIndex won't called after switching a tab by a tabheader

Posted by "Damien GOUYETTE (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878428#action_12878428 ] 

Damien GOUYETTE commented on TOMAHAWK-1513:
-------------------------------------------

Hello,

I tried your code, and it seems to work well on my laptop.

I switched between tab a, b and c, so i clicked on 1  inside tab c  and it's work well

I tried on firefox and google chrome. Which browser do you use ? 

> Getter for SelectionIndex won't called after switching a tab by a tabheader
> ---------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-1513
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1513
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Tabbed Pane
>    Affects Versions: 1.1.9
>         Environment: Linux, Tomcat 6
>            Reporter: Christian Schneider
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.