-1

I am programming in Java and xhtml, when I change of tab, jump to other place.

Termininja
  • 6,620
  • 12
  • 48
  • 49

1 Answers1

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