[jboss-user] [JBoss Seam] - Seam Mail: dynamically generated HTML content
mahbe
do-not-reply at jboss.com
Thu Jan 24 05:27:26 EST 2008
Hi,
if I want to outject mail content with HTML tags, e.g.
<m:body>
|
| <div style="font-family:sans-serif">
|
| #{Mailer.content}
| ...
|
the outjection works, but all tags, e.g.
<p>blah</p>
are converted like that
<p>blah</p>
So in the incoming mail on a html mail client, there is not a new section but there is
<p>...content of the section...</p>
displayed.
How can I prevent Seam Mail from converting the tags?
Best Regards, Matthias
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122965#4122965
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122965
More information about the jboss-user
mailing list