Author: pete.muir(a)jboss.org
Date: 2008-04-08 06:01:15 -0400 (Tue, 08 Apr 2008)
New Revision: 7861
Modified:
branches/Seam_2_0/examples/mail/view/html.xhtml
branches/Seam_2_0/examples/mail/view/simple.xhtml
trunk/examples/mail/view/html.xhtml
trunk/examples/mail/view/simple.xhtml
Log:
JBSEAM-2823
Modified: branches/Seam_2_0/examples/mail/view/html.xhtml
===================================================================
--- branches/Seam_2_0/examples/mail/view/html.xhtml 2008-04-08 09:54:39 UTC (rev 7860)
+++ branches/Seam_2_0/examples/mail/view/html.xhtml 2008-04-08 10:01:15 UTC (rev 7861)
@@ -3,7 +3,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
importance="low" requestReadReceipt="true">
- <m:header name="X-Sent-From" value="JBoss Seam" />
+ <m:header name="X-Sent-From" value="Seam" />
<m:from name="Seam" address="do-not-reply(a)jboss.com" />
<m:to name="#{person.firstname}
#{person.lastname}">#{person.address}</m:to>
<m:subject>Seam Mail</m:subject>
Modified: branches/Seam_2_0/examples/mail/view/simple.xhtml
===================================================================
--- branches/Seam_2_0/examples/mail/view/simple.xhtml 2008-04-08 09:54:39 UTC (rev 7860)
+++ branches/Seam_2_0/examples/mail/view/simple.xhtml 2008-04-08 10:01:15 UTC (rev 7861)
@@ -7,7 +7,7 @@
<m:subject>Try out Seam!</m:subject>
<m:body>
<p><h:outputText value="Dear #{person.firstname}"
/>,</p>
- <p>You can try out Seam by visiting <a
href="http://labs.jboss.com/jbossseam">http://labs.jboss.com...
+ <p>You can try out Seam by visiting <a
href="http://www.seamframework.org">http://www.seamframework.org</a>.</p>
<p>Regards</p>
<p>Peter</p>
</m:body>
Modified: trunk/examples/mail/view/html.xhtml
===================================================================
--- trunk/examples/mail/view/html.xhtml 2008-04-08 09:54:39 UTC (rev 7860)
+++ trunk/examples/mail/view/html.xhtml 2008-04-08 10:01:15 UTC (rev 7861)
@@ -3,7 +3,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
importance="low" requestReadReceipt="true">
- <m:header name="X-Sent-From" value="JBoss Seam" />
+ <m:header name="X-Sent-From" value="Seam" />
<m:from name="Seam" address="do-not-reply(a)jboss.com" />
<m:to name="#{person.firstname}
#{person.lastname}">#{person.address}</m:to>
<m:subject>Seam Mail</m:subject>
Modified: trunk/examples/mail/view/simple.xhtml
===================================================================
--- trunk/examples/mail/view/simple.xhtml 2008-04-08 09:54:39 UTC (rev 7860)
+++ trunk/examples/mail/view/simple.xhtml 2008-04-08 10:01:15 UTC (rev 7861)
@@ -7,7 +7,7 @@
<m:subject>Try out Seam!</m:subject>
<m:body>
<p><h:outputText value="Dear #{person.firstname}"
/>,</p>
- <p>You can try out Seam by visiting <a
href="http://labs.jboss.com/jbossseam">http://labs.jboss.com...
+ <p>You can try out Seam by visiting <a
href="http://www.seamframework.org">http://www.seamframework.org</a>.</p>
<p>Regards</p>
<p>Peter</p>
</m:body>