2 Replies Latest reply on May 7, 2009 11:18 AM by shaunduncan

    rich:panel content not rendering correctly

    shaunduncan

      I'm seeing an issue where I am using RichFaces 3.1.6 and MyFaces 1.1.6 (because I am tied to JSF 1.1) and using <rich:panel>. It seems that any content I place inside of <rich:panel> actually shows up outside of the rendered panel.

      For example:
      <rich:panel>
      Test Content
      </rich:panel>

      Will result in "Test Content" followed by the rendered rich panel area.

      Does anyone have any suggestions?