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
vishesh91vishesh91 

one controller for two vf pages

I have one controller and two vf pages associated with it.now user performs some action on one page,this sets a result array in controller and then user is redirected to other page.

but in other page I m not getting the values in result array.result array is null.

any ideads

Damien_Damien_

Are you using the resulting PageReference to navigate, or some javascript?

 

public PageReference step2()
{
  return Page.opptyStep2;
}

 http://www.salesforce.com/us/developer/docs/pages/Content/pages_quick_start_wizard.htm