tags:

views:

20

answers:

1

Hi all,

I am using richfaces and jsf.

I am using 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.

plz help me

A: 

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

Bozho
i think this is only for 1st tab refreshment.is it?
Vamshikrishna Kapidi
i need ,If click CLEAR button in 1st tab , then refresh the 4 tabs.is it possible
Vamshikrishna Kapidi
yes, just specify the ID of the tab component
Bozho
i used <redirect/> command in faces-config.xml. everything is working fine.
Vamshikrishna Kapidi
I am involving the 2 modules.
Vamshikrishna Kapidi
goto 1 module select the tab1 ,navigating through 1..3 tab.then Iam stoping my process.click the 2nd module.then again i selct the 1st module.now it is showing 3rd directly. i want to show the 1st tab.how ?
Vamshikrishna Kapidi