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
RanjithVPunneliRanjithVPunneli 

Rerender not working in force.com site that uses http.

Hi All,

 

I have a visualforce page (site home page) which has a link named 'sign in' and a vf component which is rendered when clicked on Sign In. Inside vf component, I have a 'register' button and a 'forgot your password' button. 

 

All these buttons are working and rerendering properly when I access these either through apex/vfpage or via HTTPS site address (secure web address). However, when I try these rendering via HTTP (default web address), nothing happens.

 

Please throw some lights on this.

 

Regards,

Ranjith

Best Answer chosen by Admin (Salesforce Developers) 
RanjithVPunneliRanjithVPunneli

I figured out the problem. forceSSL was set to true in apex:form