function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Team WorksTeam Works 

Tab Panel in a visualforce page

Hello All,

I have got 3 tabs on my visualforce page. In each tabs i have got a search feature. Afer i search for a record in one tab the list list is displayed for Accounts. Then i go to another tab. Once i come back yto the first tab, it does'nt refresh the list but still displays the previous search results. I tries with SwitchType Client, Ajax and server but no gain.

Any ideas welcome and thanks in advance
Ashish_SFDCAshish_SFDC
Hi , 


Would like to know more here, i believe all the 3 tabs are running independently - can you share screenshots expected and the current behavior. 


Regards,
Ashish

Vidhyasagaran MuralidharanVidhyasagaran Muralidharan
Just try with actionsupport  tag and there are some event like mouse over etc.and if the event occur clear the list which  is populating the account record.
Also check for activetab inactive tab attribute in <apex:tab>