View State tab in Developer Console does not work
Last updated 2017-05-09 ·Reference W-2850270 ·Reported By 36 users
Summary
- View State tab in Developer Console does not work
Repro
1. create the following Apex class
---
public class viewstatereview {
public PageReference doTest() {
return null;
}
}
---
2. create the following Visualforce page
---
<apex:page controller="viewstatereview">
<apex:form >
<apex:commandButton value="DOTEST" action="{!doTest}"/>
</apex:form>
</apex:page>
---
3. enable "Development Mode" and "Show View State in Development Mode"
4. open Developer Console
5. open the above Visualforce page in Developer Console
6. click "Preview" button
7. check Developer Console's View State tab
You will not see View State structure in Developer Console's View State tab.
Workaround
No workaround.
Reported By (36)
























Is it Fixed?
Any unreleased services, features, statuses, or dates referenced in this or other public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make their purchase decisions based upon features that are currently available.