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
Rajesh SriramuluRajesh Sriramulu 

Can we create Visual Page within Visual Page

Hi

 

Already I have one visual force page I need to create another visual page in that VF page is it possible? if yes means give me some examples.

 

 

Regards,

Rajesh

Best Answer chosen by Admin (Salesforce Developers) 
Shiv ShankarShiv Shankar

Yes we can

 

Like this way

 

<apex:page id="thePage">
	<apex:outputText value="(page) This is the page."/><br/>
	<apex:include pageName="include"/>
</apex:page>

for mord detail 

http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_include.htm