I am using jsf with Richfaces. I've created a tabpanel using <rich:tabpanel>
. I have taken 4 tabs like tab1, tab2, tab3 and tab4. if I run the application tab1 is default one. If I go to next tab I use navigation for every tab like NEXT<<
and PREV>>
.
If I click on a tab label, it is also changing the tabs. if I run the application, I want tab1 to be active and all others tabs are disabled (like tab2 or tab3 are disabled. If I click navigation buttons, only the tabs will be active.)
If I run the application, the tab1 will be active after fill up the tab1 details click the
NEXT<<
navigation then tab2 is active. Now the tab1 and tab2 are active. tab3 and tab4 are inactives.
What are the solution for the above two questions?