Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display html code which is load from db in jsf screen? [duplicate]

Tags:

jsf

I have html code in one column. Loaded html code to one bean. My question is how to display this html code using jsf tags.

like image 987
venkat Avatar asked Dec 11 '25 04:12

venkat


1 Answers

You can use a <h:outputText> component, and set escape="false".

like image 156
Romain Linsolas Avatar answered Dec 13 '25 00:12

Romain Linsolas