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
RitikRitik 

Standard Controller and extensions in apex:component

Hello,

I have created a set of three Visualforce page (of same controller). The first page is called from the list view button of an object, and rest are in continuation like a wizard (listview button --> page1--> page2--> page3 --> page1).
My pages use standard controller with extensions and none of the functionality is there in which the vf code is not intracting with controller.
Now the same functionality is to be reiterated for ten new objects, so in that case I will have to create 30 (10*3) new vf pages. 

Help me with a method wherein I can reuse the vf code.

Thanks and Regards,
Ritik