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!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129151#4129151

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129151
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to