Tag Archives: detail page

Display detail page using actionSupport in Visualforce Page

Hi, In this scenario we have shown how to display detail page of the record when we click on Name field in output. Here we describes the usage of apex:actionSupport and apex:param. Here param is used to pass individual record ids within the vf page to display detail page of the record. Visualforce Page Output… Read More »