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
Ugesh.galiUgesh.gali 

pass data from one visualforce page to another page other than passing parameters through URL.

How to pass data form one visualforce page to another visualforce page without passing the values through the URL .

I have a  textarea content to be passed from one page to another page.

aballardaballard

As long as both pages uses the same controller you can just pass it using controller fields.   If they don't use the same controller, you will need to pass through the url or the database.

Chamil MadusankaChamil Madusanka

Hi,

 

Try the approach in following URL

 

http://www.forcetree.com/2009/06/passing-parameters-to-visualforce-page.html


If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

nikhl.manekar@mitchell.comnikhl.manekar@mitchell.com

The  link is very very useful @Chamil.

 

Thanks for sharing 

-Nkkhil