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
Saurabh SmartySaurabh Smarty 

Hi All, I have a visualforce custom component, what exacly is controller specifying here? is it a apex class or something else?

<apex:component controller="ApprovalProcessVFPage" access="global">     


 
v varaprasadv varaprasad
Hi Saurabh,

 ApprovalProcessVFPage is an Apex class only.

More info : 


https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_component.htm

Hope It helps you.

Thanks
Varaprasad
Saurabh SmartySaurabh Smarty
THanks Prasad for the response, I thought so but I couldnt find this class under apex classes in my sandbox so I was wondering if its something else