Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过使用 XML 和 XSLT(转换),我将 HTML 代码作为流。
我想将该代码与 JSF 组件绑定。我正在使用实现 JSF 2.0 的 MyFaces 2.1.6。
请提出一种将流绑定到 JSF 组件的方法。
将其转换为String并显示在<h:outputText escape="false">.
String
<h:outputText escape="false">
<h:outputText value="#{bean.html}" escape="false" />