[seam-commits] Seam SVN: r7862 - trunk/examples/mail/view and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Apr 8 06:15:58 EDT 2008


Author: pete.muir at 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 at email.tld" />
+          <m:from name="Seam" address="do-not-reply at 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 at email.tld" />
+          <m:from name="Seam" address="do-not-reply at 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" /> 




More information about the seam-commits mailing list