function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shubh2910Shubh2910 

Can we create VF Page with zero View State size?

Best Answer chosen by Shubh2910
Richa GuptaRicha Gupta
You can create the VF Page without <apex:form> tag. For anything within <apex:form>, View state is automatically created

All Answers

Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Shubh,

How to reduce a large internal view state size, please check the below link for reference. I hope it will be helpful.

Please mark it as best answer if the information is informative.

Best Regards
Rahul Kumar

 
Richa GuptaRicha Gupta
You can create the VF Page without <apex:form> tag. For anything within <apex:form>, View state is automatically created
This was selected as the best answer
Pavit SiddhuPavit Siddhu
Hello, Use html component support in visualforce page to achieve this.