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?