You need to sign in to do that
Don't have an account?

SOSL Results from VF to Another
Hi
I have just started with VF/Apex.
So I have a VF and an associated controller. Call it VF1 and C1. I have a form on VF1 where I am capturing search criteria and passing to a method in C1 which produces the results.
I need to present the results on another VF page where I am reaching as a result of setRedirect in C1.
Any help would be great.
Thanks
yes. the mistake I was doing is the form page controller doing the search instead of doing on the function call on the next page.
Thanks for your help.