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
Cool_DevloperCool_Devloper 

Calling Action Method on change of Tab in TabPanel

Hello Friends,

 

Of late i was trying my hand at using the TabPanel component provided in VF. Unfortunately got stuck :(

 

I have 2 tabs in the TabPanel. I want to call an Action method whenever the user selects either of these. So, basically, before the tab is rendered, this action method should execute!!

 

Do ActionFunction/ActionSupport work with Tab component?? I tried using them, but no luck :(

 

Please let me know if i am missing something or is it not supported/possible???

 

Many Thanks,

Cool_D

dev_forcedev_force
Are you combining actionFunction/actionSupport with onclick for the Tab component?
Cool_DevloperCool_Devloper
No ... i tried using each of them seperately!!
vviyervviyer
Hey, Im trying to implement a tabPanel with several tabs so that my users can navigate thru the wizard (multiple VF edit pages) easily. But havent been able to make it work. actionSupport doesnt do anything. Any luck on your side?