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
Dream_weaverDream_weaver 

<Apex:vote >is showing insufficient priviledge

<apex:outputPanel id="thevotepanel">
<apex:vote id="thevote" objectId="{!article.id}" rerender="thevotepanel" />
</apex:outputPanel>

 

it is showing insufficient priviledge..I am working as Sysadmin user...I tried even removing rerender option...still not working...

when I am displaying only {!article.id}---it is showing the Id in VF page.

 

Any one knows how to handle???