If we have two pages and one controller, and the pages are using the same controller, how can you retain the view state when a user redirects from one page to the other? To retain the view state and use the previous page’s variable in a redirected page, we have to call setRedirect(false) on a new PageReference instance (in […]
The post Sales Force Questions appeared first on Relliks Systems.