Jakarta Mailer Taglib 2.0
Tag header
JSP tag <b>mt:header</b> is used to set additional headers in an e-mail message.
<p/>
It is a child of mt:mail or mt:part.
Example:
<mt:header name="Precedence" value="Bulk"/>
<mt:header name="Precedence">Bulk</mt:header>
| Tag Information |
| Tag Class | org.apache.taglibs.mailer2.HeaderTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | mt:header |
| Attributes |
| Name | Required | Request-time | Type | Description |
| name | yes | yes | java.lang.String | The name of the header |
| value | no | yes | java.lang.String | The value of the header |
| Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.