
3 Antworten
Create a two pages and include them in one page by using templaing .. Refer this page Page 1 :
<apex:page tabStyle="Case" action="/500?fcf=00B7F00000287BO">
</apex:page>
Page 2:
<apex:page tabStyle="Case" action="/500?fcf=00B0l0000010NyT">
</apex:page>
final Page
<apex:page>
<apex:include name="page1"/>
<apex:include name="page2"/>
</apex:page>