> -----Original Message-----
> From: V.T.R.Ravi Kumar [mailto:vtr@;BHELHWR.CO.IN]
> Sent: Saturday, October 19, 2002 1:52 AM
> To: [EMAIL PROTECTED]
> Subject: new bie help me
>
>
> Please go through this following snippet
> also note that in the
> to i've used <%=mailid%>
> But instead of taking the value of the variable simply
> <%=mailid%> is added
> as a string
> please guide me how i should put a variable as tag attribute...
>
>
> <%@ page language="java" import="java.sql.*,java.util.Date" %>
> <%@ page import="javax.servlet.http.HttpSession.*,java.util.*"%>
> <%@ page session="true" buffer="8kb" autoFlush="true"
> errorPage="error.jsp"
> isErrorPage="false" isThreadSafe="true"%>
> <%@ taglib uri="http://jakarta.apache.org/taglibs/mailer";
> prefix="mt" %>
> <mt:mail server="hwr06" to="<%=mailid%>" from="[EMAIL PROTECTED]"
> subject="thank You" replyTo="[EMAIL PROTECTED]">
>      <mt:message>
>     Mr.<%=nam%>,
>
>      Thank you  for visiting
>  </mt:message>
>      <mt:send/>
>  </mt:mail>
>

Without the .tld file its very difficult to tell. Could you send that also.

>
>
>
> ----------------------------------------------------
>         V.T.R.Ravi Kumar
> Engineer,CCX,BHEL, Haridwar
> Phone : Office-91-0133-485260
>              Res   -91-0133-426121
> -----------------------------------------------------
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>
Disclaimer: This e-mail message along with any attachments is intended only
for the addressee and may contain confidential and privileged information of
GTL Limited. If the reader of this message is not the intended recipient,
you are notified that any dissemination, distribution or copy of this
communication is strictly prohibited. If you have received this message by
error, please notify us immediately, return the original mail to the sender
and delete the message from your system.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to