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
AnjaanAnjaan 

Link to a location on the same page

Hello,

 

I have records in <apex:pageBlockTable> and in one column i use a CommandLink to show the detail about that particular record below in another pageBlock. It is working fine but i want to achieve the functionality described on Sample.

 

I am using command Link as

 

<apex:commandLink value="Show Detail" reRender="detailPanel" status="waitStatus"> <apex:param name="errorListId" value="{!activity.activityId}"/> </apex:commandLink>

 

 

where detailPanel is  the <apex:outputPanel> where i have to focus. 

 

Thanks and Regards

 

Osman Ashraf Bajwah

SalesForce Developer

Technosoft Solutions