I am programming in Java and xhtml, when I change of tab, jump to other place.
            Asked
            
        
        
            Active
            
        
            Viewed 964 times
        
    -1
            
            
        - 
                    Have a look at http://stackoverflow.com/questions/38912243/change-primefaces-psteps-activeindex-with-javascript – Jasper de Vries Aug 12 '16 at 15:10
1 Answers
0
            
            
        You could use Primefaces Clinetside APi for p:tabview component.       
Function Details:
select(index); 
selectTab(index) // Deprecated
Usage:
PF('TABVIEW_WIDGET_VAR').select(TABINDEX)
 
    
    
        Kishor Prakash
        
- 8,011
- 12
- 61
- 92
 
    