Author: pete.muir(a)jboss.org
Date: 2008-04-08 06:15:58 -0400 (Tue, 08 Apr 2008)
New Revision: 7862
Modified:
branches/Seam_2_0/examples/mail/view/attachment.xhtml
trunk/examples/mail/view/attachment.xhtml
Log:
JBSEAM-2824
Modified: branches/Seam_2_0/examples/mail/view/attachment.xhtml
===================================================================
--- branches/Seam_2_0/examples/mail/view/attachment.xhtml 2008-04-08 10:01:15 UTC (rev
7861)
+++ branches/Seam_2_0/examples/mail/view/attachment.xhtml 2008-04-08 10:15:58 UTC (rev
7862)
@@ -3,7 +3,7 @@
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html">
- <m:from name="Peter" address="peter(a)email.tld" />
+ <m:from name="Seam" address="do-not-reply(a)jboss.com"
/>
<m:to name="#{person.firstname}
#{person.lastname}">#{person.address}</m:to>
<m:subject>Try out Seam!</m:subject>
<m:attachment value="/jboss.jpg" />
Modified: trunk/examples/mail/view/attachment.xhtml
===================================================================
--- trunk/examples/mail/view/attachment.xhtml 2008-04-08 10:01:15 UTC (rev 7861)
+++ trunk/examples/mail/view/attachment.xhtml 2008-04-08 10:15:58 UTC (rev 7862)
@@ -3,7 +3,7 @@
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html">
- <m:from name="Peter" address="peter(a)email.tld" />
+ <m:from name="Seam" address="do-not-reply(a)jboss.com"
/>
<m:to name="#{person.firstname}
#{person.lastname}">#{person.address}</m:to>
<m:subject>Try out Seam!</m:subject>
<m:attachment value="/jboss.jpg" />