output is email content,html,css,jsf"/>

首页 > 解决方案 > JSF: output is email content

问题描述

I have a issue to display my email body correctly.

I have the following h:outputText:

<h:outputText value="#{mybean.selectedEmail.body}" escape="false" />

It´s working fine and the content is showing, but the issue is in my page I´m using also the CSS style classes from the current template page. How can I do this, that I will use for the h:outputText only the HTML / Css from the email (body) ?

Any suggestion / code examples?

标签: htmlcssjsf

解决方案


推荐阅读