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
Prajapati.LakhanPrajapati.Lakhan 

No ajax behavior when using forceSSL="true" in site login form

Hi everybody, I am facing an issue in SiteLogin form.

I have to use onComplete or rerender functionality on complete of login form submit. When i start using rerender parameter login function is not getting called. if I remove forceSSL="true" from login form "Login"action is getting called but with failure.

 

I though an alternative of not to use ajax behaviour and redirect to an intermediate page (with same controller so that i could reuse the binded variables in hidden inputs) and then perform the desired action but cunstrocture is getting called agian in new page (view state is not preserved).

 

If somebody faced the same issue please share your inputs, thanks

 

 

Thanks,

Lakhan