Hi!
> I am running into this error message on popup in an SSL environment
> issue with MyFaces 1.1.3. Is there a solution I can implement in my
> 1.1.3 environment to address this concern? The project I'm working on
> has called for a code freeze on the framework jars we're using, and so
> we're stuck with MyFaces 1.1.3.
It should be no problem to backport this fix.
Simply locate the file popcalendar.js - search for <iframe and change it
to the following:
iframe = document.createElement("<iframe src='javascript:false;' id='" +
overDiv.id + "_IFRAME' style='visibility:hidden; position: absolute;
top:0px;left:0px;'/>");
the trick is the src='javascript:false' stuff.
Hope that helps!
Ciao,
Mario