4 Replies Latest reply on Nov 24, 2008 5:47 AM by janson12

    Control over tabPanel tabs

      Hi,
      i'm struggling with following requirements: i'm using a tab panel as a setup dialog. when switching from one tab to another an action method must be called to validate the entered values and, if passed, load the requested tab. otherwise the same tab should stay active. is there a way to do that? i tried it with the name + selectedTab attributes but received an "Unnamed parameter not allowed for AJAX components" exception for switch type ajax. with switch type = client, the action method is not called when pushing a tab.
      any help highly appreciated!