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
Aravind RAravind R 

Pageblock is not rendering on click of cammandlink

I have a pageblack and a commandlink inside that pagebloack..


<apex:pageBlock id="pag">
<apex:commandLink value="Click" action="{!removeInterest}" reRender="pag">
</apex:pageBlock>

But after clicking cammandlink, pageblock still showing old values, eventhough the values are correctly set
bob_buzzardbob_buzzard
There aren't any values inside the pageblock, so I wouldn't expect anything to change.  It might help if you post the actual code.