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
BomanBoman 

"Include" another page?

I've got code (written by a consultant) that has approx. 15K lines split across about 20 .page files. The first 40 or so lines of each page is basically identical (info about the Account, etc.) This is bloated code! Is there a way I can make things more readable by simple having one .page which is then "imported" or "included" by the other 20? Thanks.
Best Answer chosen by Admin (Salesforce Developers) 
Ron HessRon Hess

yes, see

 

<apex:include ...