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
Rahul GawadeRahul Gawade 

passing parameters of page block table on click of outputlink on table

Ankit AroraAnkit Arora
You can use <apex:param > with your link.
Rahul GawadeRahul Gawade
I tried that but how to acces that values in other vf page. Like i want to show the passed
values from Page1 to be displayed in the labels on page 2.