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
sai tarunsai tarun 

passing parameters from one vf page to another vf page without using Apex. how to achive this

How to pass parameters from one vf page to another vf page without using Apex.
Interviewer asked me how to achive this.......
Thanks in Advance
Best Answer chosen by sai tarun
Vinod ChoudharyVinod Choudhary
Well...
Have a look on this, without using Apex
http://www.sudipta-deb.in/2015/08/how-to-pass-parameters-to-visualforce.html

Hope this will help you :)

All Answers

Vinod ChoudharyVinod Choudhary
Hi Tarun,

There is two way to do this.

1) Create single controller for both VF page
2) You can pass the value in URL

Ref: https://salesforce.stackexchange.com/questions/87704/passing-visualforce-value-to-another-visualforce

Hope this will help you.

Thanks
Vinod
sai tarunsai tarun
Hi Vinod,
Thanks for your reply,
but i want to know that , is there any way to pass parameters with out using apex class/????
 
Vinod ChoudharyVinod Choudhary
Well...
Have a look on this, without using Apex
http://www.sudipta-deb.in/2015/08/how-to-pass-parameters-to-visualforce.html

Hope this will help you :)
This was selected as the best answer