[jboss-user] [JBoss Seam] - Including generated HTML in an xhtml
earniedyke
do-not-reply at jboss.com
Wed Feb 13 09:24:22 EST 2008
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
More information about the jboss-user
mailing list