At least it :

<mt:setrecipient type="to">
          <!=request.getParameter("TO") />
        </mt:setrecipient>

by

<mt:setrecipient type="to">
          <%=request.getParameter("TO") />
        </mt:setrecipient>

Andre POWROZNIK

-----Original Message-----
From: Nguyen Christine T Contr AFMSA/SGSID
[mailto:[EMAIL PROTECTED]]
Sent: 08 July 2002 16:10
To: '[EMAIL PROTECTED]'
Subject: Mailer Tag


I have attached the two files that I am implementing that uses the mailer
tag library. I am running them on a Tomcat server and using Internet
Explorer to test them. When clicking on the send button to send an email to
the specified email address, a blank white screen comes up, without showing
any exception errors. Nothing was sent to the specified email address,
either. 

I am trying to follow all the steps at
http://jakarta.apache.org/taglibs/doc/mailer-doc/mailer-1.0/index.html to
aid me. 

Do you know what I have done wrong?


 <<emailusers.jsp>>  <<handleemail.jsp>> 

Christine Nguyen
[EMAIL PROTECTED]



**** DISCLAIMER **** 
"This e-mail and any attachments thereto may contain information 
which is confidential and/or protected by intellectual property 
rights and are intended for the sole use of the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, 
total or partial reproduction, communication or distribution in any form) 
by persons other than the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either 
by telephone or by e-mail and delete the material from any computer. 
Thank you for your cooperation."


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to