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
Dheeraj UpadhyayDheeraj Upadhyay 

Error: <apex:page> is required and must be the outermost tag in the markup

I am new to development of visualforce page so I copied and paste the code from salesforce site but it showing an error when I am trying to create a tab:panel

Error: <apex:page> is required and must be the outermost tag in the markup at line 1 column.

Alexander TsitsuraAlexander Tsitsura
Hi Dheeraj,

Visualforce pages does not allow you to start markup with any tag except apex:page. Can you post the code? 

Thanks,
Alex
Nirmal9114Nirmal9114
PLEASE HELP I AM FACING THE SAME ERROR
my code is:
<apex:page standardController="Account" extensions="AccountClone_Controller"  action="{!clone}>
</apex:page>