This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes A tag that renders html? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "A tag that renders html?" Watch "A tag that renders html?" New topic
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!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: A tag that renders html?
 
Similar Threads
Problem with checkbox
Cewolf tutorial not working - broken image
tags vs tag libraries
Struts tags Vs JSTL tags
JSF and HTML