0 Replies Latest reply on Nov 9, 2007 5:37 AM by pourmo

    outputText Not Rendering HTML correctly

    pourmo

      Hi
      I have posted a similar problem before, but unfortunatly did not get any reply, so I'm posting a new thread.

      We are experiencing a problem when rendering HTML content of an email via outputText, some of the HTML will cause the whole page "look and feel" to change.

      Please let me know if I am doing anything wrong or If I should be using a different component.

      <rich:panel id="mailPanel">
      <f:facet name="header" style="padding:0">
      <h:outputText id="mailPreview" escape="false" value="#{mail.html}"/>
      </rich:panel>
      


      Mo