| 1. |
What Is Visualforce View State? And What Are Best Practices To Reduce The View State Size? |
|
Answer» Visualforce pages that contain a form component also contain an encrypted, hidden form field that encapsulates the view state of the page. This view state is AUTOMATICALLY created, and as its name suggests, it holds the state of the page – state that includes the components, field values and controller state. Best PRACTICES to reduce the view state size:
Visualforce pages that contain a form component also contain an encrypted, hidden form field that encapsulates the view state of the page. This view state is automatically created, and as its name suggests, it holds the state of the page – state that includes the components, field values and controller state. Best Practices to reduce the view state size: |
|