You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Jason Kemp <Ja...@agr.state.tx.us> on 2006/07/20 16:13:15 UTC

[jira] Resolved: (TOMAHAWK-402) error message on popup, when using SSL

Mario,
 
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.
 
Any assistance you can give on this issue would be greatly appreciated,
Jason
_________________________________
Jason D. Kemp
Texas Department of Agriculture
Information Resources
Applications Developer
Phone: (512) 463-7465
Fax: (800) 909-8168
E-mail: jason.kemp@agr.state.tx.us
 
 

Re: [jira] Resolved: (TOMAHAWK-402) error message on popup, when using SSL

Posted by Mario Ivankovits <ma...@ops.co.at>.
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