-
Insufficient Privileges Error – Partially Rendering Visualforce page
I am facing a problem where I am partially rendering my Visualforce page and I am getting this error
“You have not the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. For more information, see Insufficient Privileges Errors.”
<apex:CommandLink reRender=”sectiion1″>
<apex:outputPanel id=”section1″>
<apex:detail subject=”{!$CurrentPage.parameters.id}”/>
</apex:outputPanel>
Log In to reply.