You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ma...@apache.org on 2004/02/01 09:18:57 UTC

cvs commit: jakarta-taglibs/mailer/xml mailer.xml

martinc     2004/02/01 00:18:57

  Modified:    mailer/doc/web index.html
               mailer/xml mailer.xml
  Log:
  Correct documentation for JNDI references.
  
  PR: 18578
  Submitted by: Ben Tomasini
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-taglibs/mailer/doc/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/mailer/doc/web/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.html	21 May 2001 18:30:03 -0000	1.3
  +++ index.html	1 Feb 2004 08:18:57 -0000	1.4
  @@ -41,7 +41,7 @@
   <BR>
   &lt;!-- Using a JNDI named JavaMail Session object defined by the --&gt;
   &lt;!-- <B>session</B> attribute. --&gt;
  -&lt;mt:mail session=&quot;java:/comp/env/session&quot; to=&quot;foo@home.net&quot;
  +&lt;mt:mail session=&quot;java:comp/env/session&quot; to=&quot;foo@home.net&quot;
   from=&quot;bar@home.net&quot; subject=&quot;mail taglib&quot;&gt;
   &nbsp;&nbsp;&nbsp;&nbsp;&lt;mt:message&gt;[<I>body of message</I>]&lt;/mt:message&gt;
   &nbsp;&nbsp;&nbsp;&nbsp;&lt;mt:send/&gt;
  @@ -49,7 +49,7 @@
   <BR>
   &lt;!-- Or using a JNDI named JavaMail MimePartDataSource object --&gt;
   &lt;!--  defined by <B>mimeMessage</B> attribute. --&gt;
  -&lt;mt:mail mimeMessage=&quot;java:/comp/env/message&quot; to=&quot;foo@home.net&quot;
  +&lt;mt:mail mimeMessage=&quot;java:comp/env/message&quot; to=&quot;foo@home.net&quot;
   from=&quot;bar@home.net&quot; subject=&quot;mail taglib&quot;&gt;
   &nbsp;&nbsp;&nbsp;&nbsp;&lt;mt:message&gt;[<I>body of message</I>]&lt;/mt:message&gt;
   &nbsp;&nbsp;&nbsp;&nbsp;&lt;mt:send/&gt;
  
  
  
  1.14      +2 -2      jakarta-taglibs/mailer/xml/mailer.xml
  
  Index: mailer.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/mailer/xml/mailer.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mailer.xml	29 Jan 2004 06:18:11 -0000	1.13
  +++ mailer.xml	1 Feb 2004 08:18:57 -0000	1.14
  @@ -73,7 +73,7 @@
   <br/>
   &lt;!-- Using a JNDI named JavaMail Session object defined by the --&gt;
   &lt;!-- <B>session</B> attribute. --&gt;
  -&lt;mt:mail session="java:/comp/env/session" to="foo@home.net"
  +&lt;mt:mail session="java:comp/env/session" to="foo@home.net"
   from="bar@home.net" subject="mail taglib"&gt;
       &lt;mt:message&gt;[<I>body of message</I>]&lt;/mt:message&gt;
       &lt;mt:send/&gt;
  @@ -81,7 +81,7 @@
   <br/>
   &lt;!-- Or using a JNDI named JavaMail MimePartDataSource object --&gt;
   &lt;!--  defined by <B>mimeMessage</B> attribute. --&gt;
  -&lt;mt:mail mimeMessage="java:/comp/env/message" to="foo@home.net"
  +&lt;mt:mail mimeMessage="java:comp/env/message" to="foo@home.net"
   from="bar@home.net" subject="mail taglib"&gt;
       &lt;mt:message&gt;[<I>body of message</I>]&lt;/mt:message&gt;
       &lt;mt:send/&gt;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org