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
InfantInfant 

How to Pass Parameter from VF Page A to VF Page B

I have created a VF Page A, where i am listing down the INVOICES details (like INV No., Date, AMT), now when a users click on one of the INVOICE No. from the List of Invoice Diplayed, it will generate a PDF File (for this i am creating VF Page B with renderAs option).

 

I have used COMMANDLINK in INVOICE No.  

 

Now my question is how to pass the parameter INVOICE No. to VF Page B.

 

Your urgent help be highly appreciated.

  

Edwin VijayEdwin Vijay

you can use the <apex:param> tag inside your commandlink...

 

This link may be helpful

 

http://salesforceexperts.blogspot.com/2009/06/passing-parameters-to-visualforce-page.html

 

 

Cheers!!