2 Replies Latest reply on Mar 26, 2007 1:23 AM by alex_ph

    IFrame Problem

    alex_ph

      Hi, its me again ^^

      I am trying to use the IFrame tag, because I want to draw a great (long) rich:table who has it´s own scrollpane. If i hit the link to the Table Page, only the rich:panel (without the iFrame content) will be displayed. If I am hitting the F5 Key (reload) of the browser,the content of the IFrame appears. Does I have to reRender the iFrame tag as well?

      Thnx Alex

      This is my Table-"Wrapper":

      <rich:panel id="userCharWrapperPanel">
       <f:facet name="header">
       <h:outputText value="Spielecharaktere von #{playerMainBean.userName}"/>
       </f:facet>
       <a4j:outputPanel id="playerCharIframePanel">
       <f:verbatim>
       <iframe src="pages/protected/includes/_playerCharactersIFrame.jsf" width="90%" height="400" name="charIFrame">
       </iframe>
       </f:verbatim>
       </a4j:outputPanel>
       </rich:panel>