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
UmapenUmapen 

Cannot see the contols in the sites page.

I create an apex page with that is also diplayed as sites pages. I see only text but not the contols like checkbox, text field.

I tried installing sample site application to see and the problem is same.

http://developer.force.com/codeshare/apex/ProjectPage?id=a06300000046ehCAAQ

 

when post the page after login to SF I see all the text and input boxes properly. when the same page posted on sites I do not see input boxes. What is that I need to set. I do not know how to solve this problem.

 

Thanks

Uma

Best Answer chosen by Admin (Salesforce Developers) 
BulentBulent
make sure the Filed Level Security (site details> public access settings) are set as "visible " for the fields in question.

All Answers

BulentBulent
make sure the Filed Level Security (site details> public access settings) are set as "visible " for the fields in question.
This was selected as the best answer
UmapenUmapen

Input fields are not display properly in some pages.

 

Here is the example:

 

 

Same page same controller, different record type.

 

Thanks

Uma

 

When I look at the HTML  source compare I see the following line

 

</span><input type="hidden" id="com.salesforce.visualforce.ViewState" name="com.salesforce.visualforce.ViewState" value="beasGI4f3OW//... />

 What is ViewState and is it relevant in my scenario?

 

 


Message Edited by Umapen on 08-13-2009 10:35 AM