does anyone know how to pass an xml param from a tag to a javascript
function?

-----Original Message-----
From: Kevin Passey [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 12, 2002 11:00 AM
To: 'Tag Libraries Users List'
Subject: RE: Has anybody used variables in the "to" address of the
apache mail er tag library


No change ??

Thanks anyway.

Kevin

-----Original Message-----
From: Alex Reznik [mailto:[EMAIL PROTECTED]]
Sent: 12 July 2002 16:00
To: 'Tag Libraries Users List'
Subject: RE: Has anybody used variables in the "to" address of the
apache mail er tag library


does <%= email%> tag need to be evaluated? $<%=...

-----Original Message-----
From: Kevin Passey [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 12, 2002 10:54 AM
To: Taglibs (E-mail)
Subject: Has anybody used variables in the "to" address of the apache
mail er tag library


Well it looks like this does not work.

This does not even work - no e-mail is sent - as soon as I hard code an
address it works.

<% String email = request.getParameter("Email"); %>

<mt:mail server="dilbert" subject="Bsafe/400e DemoRequest" to="<%= email %>"
from="[EMAIL PROTECTED]">

my .tld looks like this

<attribute>
      <name>to</name>
      <required>yes</required>
      <rtexprvalue>yes</rtexprvalue>
    </attribute>



Any ideas - anybody...

Kevin Passey

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

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

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

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

Reply via email to