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
Ankit SinghalAnkit Singhal 

regarding apex:tab

hi,

 

 

I have 3 tabs on my visualforce page.

and I am returning a list of records based on some criteria under tabs to display.

 

Now,I want to use same single query to populate 3 lists.

But to achieve this,I need to pass to controller  the tabname user has clicked,so that based o this arguement i can retreive the records from dynamic query

 

how to pass dynamically which tab user has clicked and then rendering that tab to display the list of records.

 

please help.

Rahul SharmaRahul Sharma
Ankit Singhal, You can use apex:param tag to pass the parameter of selected tab.
Arun KArun K

i think ur requiremnt suites enhanceldlist