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
csreddy7799csreddy7799 

Difference between setRedirect(true) and setRedirect(false)

Hi, what is the difference between setRedirect(true) and setRedirect(false). I want to pass values from one page another page which have different controolers without using querystring. How can i pass more than 100 values?

csreddy7799csreddy7799

I want to pass values from one page another page which have different controlers without using querystring. How can i pass more than 100 values?

AmulAmul
Just make the Second Controller as a Extension for First Page Controller. Then only you can access Data of FirstPage Controller on 2nd (Extension) Controller.