[jboss-user] [JBoss Seam] - Re: Email and internationalization

rlhr do-not-reply at jboss.com
Wed Apr 11 19:09:23 EDT 2007


Well, I took today's build and still have the same problem...

The email template is defined as followed:


  | <?xml version="1.0" encoding="ISO-8859-1" ?>
  | <m:message xmlns="http://www.w3.org/1999/xhtml"
  |            xmlns:m="http://jboss.com/products/seam/mail"
  |            xmlns:h="http://java.sun.com/jsf/html"
  |            xmlns:f="http://java.sun.com/jsf/core"
  |            importance="normal" 
  |            requestReadReceipt="false"
  |            charset="ISO-8859-1">
  |     <m:header name="X-Sent-From" value="test" />
  |     <m:from name="test" address="xxx at yyy.com" />
  |     <m:to name="#{user.username}">#{user.email}</m:to>
  |     <m:subject>#{messages.EMAIL_SUBJECT}</m:subject>
  |     <m:body>
  |         <html>
  |             <body>
  | ...
  |             </body>
  |         </html>
  |     </m:body>
  | </m:message>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036564#4036564

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036564



More information about the jboss-user mailing list