You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by James Conway <ja...@gblx.net> on 2002/05/14 23:11:55 UTC

RE: Mailer taglib and scriptlet recipient problems.... Whoops

got it, sorry

> -----Original Message-----
> From: James Conway [mailto:james@gblx.net]
> Sent: Tuesday, May 14, 2002 4:48 PM
> To: Tag Libraries Users List; wwessels@cevian.net
> Subject: RE: Mailer taglib and scriptlet recipient problems.... Help!
>
>
> I'm trying this exact thing and it's not working.
>
> <mt:mail server="mail.gblx.net" to="doug@gblx.net" from="james@gblx.net"
> subject="your message">
> <mt:addrecipient type="to">james@gblx.net</mt:addrecipient>
> <mt:message>
>      Test message
> </mt:message>
>
> The mail works, but ignores the addrecipient completely. I've tried
> setrecipient too with no success.
>
> I need it this way because the addrecipient has to come from the calling
> page.
>
> What am I missing?
>
> James
>
> > -----Original Message-----
> > From: Warren Wessels [mailto:wwessels@cevian.com]
> > Sent: Friday, May 03, 2002 3:06 PM
> > To: 'Tag Libraries Users List'
> > Subject: RE: Mailer taglib and scriptlet recipient problems.... Help!
> >
> >
> > Thanks, Rich...
> > This worked perfectly.
> >
> > -----Original Message-----
> > From: Rich Catlett [mailto:rich@more.net]
> > Sent: Friday, May 03, 2002 8:47 AM
> > To: Tag Libraries Users List
> > Subject: Re: Mailer taglib and scriptlet recipient problems.... Help!
> > Importance: High
> >
> >
> > I you look at the tld you'll notice that the rtexprvalue is false for
> > all the tags.  If you want to use scriptlets, use them in the body of
> > the setrecipient tag.
> >
> > <mailxfer:setrecipient type="to">
> >   <%= userEmailAddress %>
> > </mailxfer:setrecipient>
> >
> > Rich Catlett
> >
> > Warren Wessels wrote:
> >
> > >Hi All,
> > >
> > >I am trying to have a dynamic mail sent out based on some DB fields.
> > >Namely, I want to do the following:
> > >
> > >	<%@ page language="java"%>
> > >	<%@ taglib uri="/mailer.tld" prefix="mailxfer" %>
> > >	...
> > >	<html>
> > >	<head/>
> > >	<body>
> > >	...
> > >	</body>
> > >	</html>
> > >	<mailxfer:mail server="1.2.3.4"  from="admin@domain.com"
> > subject="Your
> > >Account">
> > >		<mailxfer:setrecipient type="to" address="<%=
> > userEmailAddress %>"/>
> > >		<mailxfer:message type="html">hello!</mailxfer:message>
> > >		<mailxfer:send/>
> > >	</mailxfer:mail>
> > >
> > >But, for some reason, the scriptlet in the setrecipient tag is not
> > >working. The email doesn't go through.  If I hard code an email address
> >
> > >in the tag, it works!  Also, I have tried using a scriptlet in the
> > >:mail tag, but that has not had an different results.
> > >
> > >Is this a taglib bug? Does anyone have similar experience?  My
> > >environment is Oracle8i 8.1.7r3 with Apache/Jserv running great, as far
> >
> > >as I can tell.  I have the .tld in my htdocs root, and the .jar in my
> > >jserv.properties classpath.
> > >
> > >Thanks for any help!
> > >
> > >Warren Wessels
> > >
> > >
> > >--
> > >To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > >For additional commands, e-mail:
> > ><ma...@jakarta.apache.org>
> > >
> > >
> > >
> >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>