Skip to main content

Clayton Rules - Visualforce view state optimizatio

David Martin avatar
Written by David Martin
Updated this week

Rationale

Using multiple apex:form in your page or component causes multiple instances of the view state to be created for your page or component, making it much more likely to hit view state limits.

Scope

  • Visualforce pages

  • Visualforce components

See also

Did this answer your question?