[jboss-user] [JBoss Seam] - Re: Seam mail - How to use the default

petemuir do-not-reply at jboss.com
Sat Feb 3 15:46:28 EST 2007


Another option would be to use a template:

mailTemplate.xhtml
<m:message>
  |    <m:from>default at example.com</m:from>
  |    <ui:insert name="mail" />
  | </m:message>

<ui:composition template="mailTemplate.xhtml">
  |    <ui:define name="mail">
  |       <!-- The rest of your mail-->
  |    </ui:define>
  | </ui:composition>

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

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



More information about the jboss-user mailing list