3 Replies Latest reply on Mar 4, 2009 3:26 PM by nbelaevski

    rich:separator within a modalPanel over a HTTPS connection (

    cprietom

      Hi,

      IE7 is showing this message whenever I close a modalPanel that contains a rich:separator in a Web application deployed in JBoss 4.2.2.GA and accessed through HTTPS:

      "This Page Contains Both Secure and Non-Secure Items"

      Once I choose "OK" or "Cancel", the message doesn't appear any more. In FF3 it doesn't appear.

      Everything works fine, but the message is annoying. How can I prevent it from appearing? May it be a bug of rich:separator? I'm using Richfaces 3.3.0.GA.

      Thanks in advance.

        • 1. Re: rich:separator within a modalPanel over a HTTPS connecti
          nbelaevski

          Hello,

          Can you please post full page code?

          • 2. Re: rich:separator within a modalPanel over a HTTPS connecti
            cprietom

            This is the code:

            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
            <html xmlns="http://www.w3.org/1999/xhtml"
             xmlns:ui="http://java.sun.com/jsf/facelets"
             xmlns:h="http://java.sun.com/jsf/html"
             xmlns:f="http://java.sun.com/jsf/core"
             xmlns:a4j="http://richfaces.org/a4j"
             xmlns:rich="http://richfaces.org/rich">
             <head>
             <meta http-equiv="Content-Type" content="text/html" />
             <title>SEPARATOR</title>
             </head>
             <body>
             <rich:modalPanel id="panelDoc" width="650" height="650" resizeable="false">
             <f:facet name="header">
             <h:panelGroup>MODAL</h:panelGroup>
             </f:facet>
             <f:facet name="controls">
             <h:panelGroup>
             <h:graphicImage value="/img/break.gif" style="cursor: pointer;">
             <rich:componentControl for="panelDoc" operation="hide" event="onclick"/>
             </h:graphicImage>
             </h:panelGroup>
             </f:facet>
             MODAL
             <rich:separator />
             modal
             </rich:modalPanel>
            
             <a4j:form>
             <a4j:commandLink oncomplete="Richfaces.showModalPanel('panelDoc');" value="open panel" />
             </a4j:form>
             </body>
            </html>


            As I told, in FF3 no warning message appears.

            • 3. Re: rich:separator within a modalPanel over a HTTPS connecti
              nbelaevski

              Yes, I can reproduce this on IE6: https://jira.jboss.org/jira/browse/RF-6469. Thank you for submitting the issue!