[jboss-cvs] jboss-seam/doc/reference/en/modules ...
Gavin King
gavin.king at jboss.com
Thu Feb 8 05:10:35 EST 2007
User: gavin
Date: 07/02/08 05:10:35
Modified: doc/reference/en/modules mail.xml
Log:
fix
Revision Changes Path
1.11 +2 -2 jboss-seam/doc/reference/en/modules/mail.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: mail.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/mail.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- mail.xml 5 Feb 2007 22:32:28 -0000 1.10
+++ mail.xml 8 Feb 2007 10:10:35 -0000 1.11
@@ -179,7 +179,7 @@
<programlisting><![CDATA[<components xmlns="http://jboss.com/products/seam/components"
xmlns:core="http://jboss.com/products/seam/core"
xmlns:mail="http://jboss.com/products/seam/mail">
- <mail:mailSession sessionJndiName="java:/Mail" />
+ <mail:mail-session session-jndi-name="java:/Mail" />
</components>]]></programlisting>
<para>Here we tell Seam to get the mail session bound to <literal>java:/Mail</literal> from JNDI.</para>
</section>
@@ -191,7 +191,7 @@
<programlisting><![CDATA[<components xmlns="http://jboss.com/products/seam/components"
xmlns:core="http://jboss.com/products/seam/core"
xmlns:mail="http://jboss.com/products/seam/mail">
- <mail:mailSession host="smtp.example.com" />
+ <mail:mail-session host="smtp.example.com" />
</components>]]></programlisting>
</section>
</section>
More information about the jboss-cvs-commits
mailing list