2 Replies Latest reply on Feb 13, 2008 9:59 AM by earniedyke

    Including generated HTML in an xhtml

    earniedyke

      Greetings all,

      I have an application in which I use and HTML editor which generates HTML as a string. When I "save" this HTML, I have an action on a page that pulls the HTML from a request parameter and saves it. What I need to be able to do is render this HTML on the xhtml page so that the user can confirm they want to save it. When I try:

      <h:outputText value="#{bean.html}"/>


      I get the raw HTML not the rendered HTML.

      How can I get this rendered?

      Thanks in advance for any and all help.

      Earnie!