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
beginner apexbeginner apex 

create visualforce page but it never shows viewstate in summer13 version

Hi ,

 

I create visualforce page , but page is created , im using apex/filename -  the development mode will be open only it shows apex code , apex class controller , but it never shows the viewstate , ill check in the profile , personal information  it will selected in that page , but why this never shows page ,   please anyone can give solution..........

 

 

Regards

Ganez

Amritesh SinghAmritesh Singh

hi,

 

Go to Your Personal Information setting and select   Show View State in Development Mode.

beginner apexbeginner apex

I selected that personal information , show view state it to be selected , but never shows in visual force - developement page 

 

 

Regards,

Ganez

Neha LundNeha Lund

try in some other browser, sometimes it can be due to browser issue.

 

Amritesh SinghAmritesh Singh

can you post your page code ???

only creating vf page wont show view state.

Amritesh SinghAmritesh Singh

Make sure you r using <apex:form> component in your page .

Avidev9Avidev9
Well viewstate are realted to FORM, so until and unless you have a FORM in your VF page you will not see any viewstate. Since it doesnt have anything to save in the state and is just for displaying info.