0 Replies Latest reply on Feb 17, 2011 10:43 AM by ramram888

    Problem with rich:page

    ramram888

      Hi All,

       

      I have the following page:

       

      <rich:page markupType="xhtml" id="mainPageId" oncontextmenu="return false;"

                                                           theme="#{skinBB.theme}"

                                                           contentType="text/html" >

                <f:facet name="header">

                          <h:form>

                                    <h:outputLabel value="Welcome"/>

                          </h:form>

                </f:facet>

       

                <div style="height:200px;width:100%;">

                          <iframe id="includedPage" 

                                              style="height:200px;width:100%;"

                                              frameborder="0"

                                              name="includedPage" src="../adm/sec/user/LstUser.jsf"

                                              marginheight="0" marginwidth="0" />

                </div>

       

                <f:facet name="footer">

                          <h:outputText value="Release: 1.0"/>

                </f:facet>

      </rich:page>

       

       

      when adding the IFRAM part inside the jsp file the page footer is disappearing, if the ifram part is replaced by <p>TEST</p> for example the page footer will appear normally.

       

      Any ideas? on what might be the cause of this strange behavior.

       

      Regards,

      Ram