• Saurabh Singh 133
  • NEWBIE
  • 10 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
 <apex:commandLink value="{!stu.Student_Name__c}" action="{!StudentDetailsPage}">
                                                            <apex:param name="Id" value="{!stu.Id}" assignTo="{!StuDetailId}"/>
                                                        </apex:commandLink>


Please provide code for assign this parameters value to controller page variable.
 <apex:commandLink value="{!stu.Student_Name__c}" action="{!StudentDetailsPage}">
                                                            <apex:param name="Id" value="{!stu.Id}" assignTo="{!StuDetailId}"/>
                                                        </apex:commandLink>


Please provide code for assign this parameters value to controller page variable.