Has anyone used RichFaces on a secure site? I'm using the following:
Tomcat 6 RichFaces 3.3.1 (also tried 3.1.4.GA) intermediate certificate
My application is using the Rich panel bar. When using HTTPS, only the panel labels are rendered and I get the following JavaScript error:
'RichFaces' is undefined
This is the JavaScript creating the error: new Richfaces.PanelBar
When using HTTP, the panel bar renders as expected without any JavaScript errors.
So it appears the application is unable to find the necessary RichFaces Library when using HTTPS. I've been unable to locate any documentation regarding additional configuration for HTTPS.
Any help would be much appreciated.