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

how to call one visual force page to another visual force page???
Hi to all,
I am creating two Visual force pages.
My question is how to call one visual force page to another visual force page???
send some basic examples also......
Thanks,
Krishna.
Can you clarify your question? Are you attempting to include a VF page within another, communicate between them or managing page flow based on user actions?
s bob,
I am attempt to communicate one VisualForce to another VisualForce page..
How to do that????
Thanks,
Krishna.
If you want the pages to communicate with each other (maybe change content from one page based on a selection in the second page?), you will need to use JavaScript.
If you could tell us a bit more about the problem you are trying to solve, we may be able to assist further.
hi bob,
I am trying to convert S controls to Visual force pages.
I have many scontrols in each s Controls call another Scontrol.
So I converted All the Scontrols to VisualForce pages & But my question is how to communicate one Visualforce page to another Visualforce page????
Thanks,
Krishna.
Sorry - not done any s-controls myself, so I can't assist with this.
Maybe this will give you some pointers: http://wiki.developerforce.com/index.php/Visualforce_Webinar_Summer08
This link might be useful.
Salesforce unearthed: Passing parameters to a visualforce page and between pages