Jakarta Mailer Taglib 2.0
Tag load


JSP tag <b>mt:load</b> is used to load a message from the file system. <p/> mt:load does not have any child tags.

Example:
<mt:load var="message" file="signed.message"/>
<mt:send message="${message}"/>
        


Tag Information
Tag Classorg.apache.taglibs.mailer2.LoadTag
TagExtraInfo ClassNone
Body Contentempty
Display Namemt:load

Attributes
NameRequiredRequest-timeTypeDescription
fileyesyesjava.lang.StringThe location to load the message from
varyesyesjava.lang.StringThe name of the variable to store the message in
scopenonojava.lang.StringThe scope to store the message in, either "page" (default), "request", "session", or "application"

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.