1 Reply Latest reply on Jan 19, 2008 5:47 PM by dhalupa

    rich:panel content appearing above the panel when page is re

    kshenes

      Here is the code from the jsp

      <rich:panel header="Query Results" id="queryResults" bodyClass="queryResults">
       <b>test test test</b>
       test test again
       one more time
      </rich:panel>
      
      


      here is the generated html

      
      
       <b>test test test</b>
       test test again
       one more time
       <div class="dr-pnl rich-panel " id="ArchiveContentQueryPage:queryResults">
      <div class="dr-pnl-h rich-panel-header " id="ArchiveContentQueryPage:queryResults_header">Query Results</div>
      <div class="dr-pnl-b rich-panel-body queryResults" id="ArchiveContentQueryPage:queryResults_body"></div></div>
      
      


      Any thoughts why the content is not placed inside of the panel?

      Thanks