0
votes

I am using richfaces and jsf.

I am using <rich:tabpanel> to create the tabs.

I have taken 4 tabs.

In 1st tab , one refresh button is available. If I click that button, the whole tabpanel is refreshed. whatever the data is kept in tab2, tab3 and tab4 will be clear.

1
you'll have to accept some answers on questions of yours.Bozho

1 Answers

0
votes

use <a4j:support reRender="tabPanelComponentId"> inside your button, or use <a4j:commandButton reRender="tabPanelComponentId" />