| Author |
A tag that renders html?
|
Daniel Prene
Ranch Hand
Joined: Jul 15, 2005
Posts: 241
|
|
Is there a tag that doesn't escape html tags? I tried using h utputText to grab html code out of a bean that was populated by html stored in a database but all the tags showed up as text.
|
 |
Sergey Smirnov
Ranch Hand
Joined: May 29, 2003
Posts: 167
|
|
do you mean 'escape' attribute? Take a look at http://jsffaq.com/Wiki.jsp?page=HowToPrintOutHtmlMarkupWithH_outputText -- Sergey : http://jsfTutorials.net [ October 19, 2005: Message edited by: Sergey Smirnov ]
|
 |
Daniel Prene
Ranch Hand
Joined: Jul 15, 2005
Posts: 241
|
|
Thanks!
|
 |
 |
|
|
subject: A tag that renders html?
|
|
|