Change the active tab in a p: tabview

0

How can I change the% active% in a tab component from a p:tabview ?

Any ideas?

    
asked by anonymous 01.10.2014 / 10:56

1 answer

1

I already found the solution:

Use the select(index) function of the component to set the next p:tab active. This function is executed on the client side ( javascript ) and is invoked by the reference widgetVar of tabView .

    
01.10.2014 / 11:25