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
ITENG.SUMANITENG.SUMAN 

Detail tag is not working?

Hello can you please solve my problem that is in my visulaforce page <apex:detail /> tag is not working
Here my code :
<apex:page standardController="Account" >
<apex:pageBlock title="Account Info">
    <apex:pageblockSection title="Details">
    
         <apex:detail /> 
       </apex:pageblockSection>
</apex:pageBlock>
 </apex:page>
Thanks in advnce