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 ca...@apache.org on 2001/05/21 20:29:39 UTC

cvs commit: jakarta-taglibs/mailer/conf mailer.tld

catlett     01/05/21 11:29:37

  Modified:    mailer/conf mailer.tld
  Log:
  updated tld reflects new attach tag
  
  Revision  Changes    Path
  1.2       +31 -1     jakarta-taglibs/mailer/conf/mailer.tld
  
  Index: mailer.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/mailer/conf/mailer.tld,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mailer.tld	2001/03/31 03:10:36	1.1
  +++ mailer.tld	2001/05/21 18:29:29	1.2
  @@ -75,7 +75,7 @@
                           <rtexprvalue>false</rtexprvalue>
                   </attribute>
                   <attribute>
  -                        <name>type</name>
  +                        <name>authentication</name>
                           <required>false</required>
                           <rtexprvalue>false</rtexprvalue>
                   </attribute>
  @@ -151,11 +151,41 @@
   		<bodycontent>JSP</bodycontent>
   		<info>Set the subject of the email</info>
   	</tag>
  +<!-- Added by Jayson Falkner 5/8/2001 -->
  +	<tag>
  +	        <name>attach</name>
  +		<tagclass>org.apache.taglibs.mailer.AttachTag</tagclass>
  +		<bodycontent>JSP</bodycontent>
  +		<info>Adds attachments to an email.</info>
  +
  +       		<attribute>
  +      	        	<name>file</name>
  + 			<required>false</required>
  +       			<rtexprvalue>false</rtexprvalue>
  +       		</attribute>
  +       		<attribute>
  +       			<name>url</name>
  + 			<required>false</required>
  + 			<rtexprvalue>false</rtexprvalue>
  +       		</attribute>
  +                <attribute>
  +                        <name>type</name>
  +                        <required>false</required>
  +                        <rtexprvalue>false</rtexprvalue>
  +                </attribute>
  + 	</tag>
  +<!-- end added by Jayson Falkner - 5/8/2001 -->
   	<tag>
   	        <name>message</name>
   		<tagclass>org.apache.taglibs.mailer.MessageTag</tagclass>
   		<bodycontent>JSP</bodycontent>
   		<info>Set the Message of the email</info>
  +
  +                <attribute>
  +                        <name>type</name>
  +                        <required>false</required>
  +                        <rtexprvalue>false</rtexprvalue>
  +                </attribute>
    	</tag>
   	<tag>
   	        <name>send</name>