cancel
Showing results for 
Search instead for 
Did you mean: 

refreshing tab strip

Former Member
0 Kudos

Hello Experts,

I am working on Web Dynpro Java and I have created two tab strips and when I select the first tab for the first time the contents of that tab strip gets generated and the same with the second one. Now when I make changes in the second tab and then come back to the first tab... the changes in the second tab is not reflected in the first tab, it shows the same content. but when I refresh the page the changes are seen. Can any one help me out on refreshing the tab strip when I select it each time.

I think WDPortalEventing.fire might be a solution but dont know how to implement it. If this will solve my question then can any one help me out on this too please

the short form : I want to refresh the tab strip each time i select it.

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Tushar,

Thank you for the quick response...

yes i resolved my issue...

Thank you once again

Former Member
0 Kudos

Hi Satish,

Just bind a new action to onSelect Event of the TabStrip. You don't have to write any code within to trigger this event when you make a switch from one tab to another within a tab strip. In case. you want to perform any function/validation to switch of tab then you can write the in the implementation of this action bound to onSelect Event of the TabStrip.

Regards,

Tushar