0 Replies Latest reply on Jul 15, 2008 6:38 AM by ohummel

    Is it possible to get the selected tab of a tabPanel in Java

    ohummel

      Hi everybody!

      I have a tabPanel like this where I call some Javascript code on tab change:

      <rich:tabPanel switchType="client" ontabchange="alert('something');">
      


      Now I wonder whether (and how of course ;-) it might be possible to get the value or name of the currently selected tab in the Javascript.

      Any ideas are appreciated.

      Thanks in advance!