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

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.
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.
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.
The link is very very useful @Chamil.
Thanks for sharing
-Nkkhil