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

Maximum View state limit exceeded?
Hai to Salesforce,
I am getting following problem
Miximum View state limit exceeded.
I have form there i am selecting options,based on that i am displaying results on the Vfpage.It is working fine in one sand box .but it is not working in another sandbox,there i am getting above exception, when i am trying to execute that page.
Please heklp me to solve the above issue.
Regards,
Haribabu Amudalapalli
There is view state limitation on visualforce page. For this there is no solution other that to optimize your page and minimize the data in your view state. You can use Transient variables wherever it is possible.