I have html code in one column. Loaded the html code into one bean. My question is how to display this html code using jsf tags.
You can use the component <h:outputText>and install escape="false".
<h:outputText>
escape="false"
Source: https://habr.com/ru/post/1789932/More articles:How to find visible list columns in Sharepoint? - c #Java: Best approach to having a long list of variables needed all the time without consuming memory? - javaHow can I cache specific html / css files? - javascriptAccess request Attributes (Set in a managed bean before redirecting) to the Filter, pre-creating FacesContext - jsf"Efficiency" of passing size_t as an argument - c ++Add View context menu item missing - c #C # mvc2 creates a simple text email address in code - c #EBADF while recv after epoll_wait - linuxDraw a reversible rectangle - c #MySQL: replace column values ββwith values ββin the nearest new table - sqlAll Articles