[seam-commits] Seam SVN: r8526 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Jul 28 11:44:08 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-07-28 11:44:08 -0400 (Mon, 28 Jul 2008)
New Revision: 8526
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Mail.xml
Log:
formatting
Modified: trunk/doc/Seam_Reference_Guide/en-US/Mail.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Mail.xml 2008-07-28 15:09:06 UTC (rev 8525)
+++ trunk/doc/Seam_Reference_Guide/en-US/Mail.xml 2008-07-28 15:44:08 UTC (rev 8526)
@@ -391,11 +391,13 @@
<literal>lib/activation.jar</literal>.
</para>
- <para>
- The Seam Email module requires the use of Facelets as the view
- technology. Future versions of the library may also support the use of
- JSP. Additionally, it requires the use of the seam-ui package.
- </para>
+ <note>
+ <para>
+ The Seam Email module requires the use of Facelets as the view
+ technology. Future versions of the library may also support the use of
+ JSP. Additionally, it requires the use of the seam-ui package.
+ </para>
+ </note>
<para>
The <literal>mailSession</literal> component uses JavaMail to talk to a
@@ -474,14 +476,16 @@
application.
</para>
+ <caution>
+ <para>
+ The version of Meldware distributed with Seam (in the <literal>mail/buni-meldware</literal>
+ folder) is specially tailored for development - mailboxes, users and
+ aliases (email addresses) are created every time the application
+ deploys. If you want to use Meldware in production you should install
+ the latest release from <ulink url="http://buni.org">buni.org</ulink>.
+ </para>
+ </caution>
<para>
- The version of Meldware distributed with Seam (in the <literal>mail/buni-meldware</literal>
- folder) is specially tailored for development - mailboxes, users and
- aliases (email addresses) are created every time the application
- deploys. If you want to use Meldware in production you should install
- the latest release from <ulink url="http://buni.org">buni.org</ulink>.
- </para>
- <para>
To create mailboxes, users and aliases, you can use the
<literal>meldware</literal> component:
</para>
More information about the seam-commits
mailing list