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
Krishna_Krishna_ 

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.

bob_buzzardbob_buzzard

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?

Krishna_Krishna_

s bob,

 

I am attempt to communicate one VisualForce to another VisualForce page..

 

How to do that????

 

Thanks,

Krishna.

bob_buzzardbob_buzzard

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.

Krishna_Krishna_

 

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.

bob_buzzardbob_buzzard

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