RE: Question about Mailer Tag library.

2004-08-04 Thread BingZ
uot; and I just copied and pasted. :) Thanks a lot. Bing -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 2:38 PM To: Tag Libraries Users List Subject: Re: Question about Mailer Tag library. I'm not in a position to try this out right

RE: Question about Mailer Tag library.

2004-08-04 Thread BingZ
Hi Jeroen, I will try that out. Thanks. Bing -Original Message- From: Vianen, Jeroen van [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 2:24 PM To: 'Tag Libraries Users List' Subject: RE: Question about Mailer Tag library. Hi Bing, > -Original Messag

Re: Question about Mailer Tag library.

2004-08-04 Thread Martin Cooper
HTML or XML. -- Martin Cooper On Wed, 4 Aug 2004 15:14:16 -0500 , [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, all, > > I am writing a simple jsp making use of the Mailer Tag Library to send out > emails.My question is: Is there any way to put the sender email address in

RE: Question about Mailer Tag library.

2004-08-04 Thread Vianen, Jeroen van
Hi Bing, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 04, 2004 22:14 > To: [EMAIL PROTECTED] > Subject: Question about Mailer Tag library. > > > Hi, all, > > I am writing a simple jsp making use of the

Question about Mailer Tag library.

2004-08-04 Thread BingZ
Hi, all, I am writing a simple jsp making use of the Mailer Tag Library to send out emails.My question is: Is there any way to put the sender email address in a format like: "Myname <[EMAIL PROTECTED]>" instead of "[EMAIL PROTECTED]" only? I tried the former one but

Re: Mailer tag library and charset="iso-8859-2"

2004-06-02 Thread [EMAIL PROTECTED]
/xml.apache.org/xslt"; attribute from the taglib element in the TLD file(s). Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: Hello Marc, Probably it is not the same problem as reported in bugzilla. When I am using the release version of the mailer tag lib it is not possible t

Re: Mailer tag library and charset="iso-8859-2"

2004-06-02 Thread [EMAIL PROTECTED]
c, Probably it is not the same problem as reported in bugzilla. When I am using the release version of the mailer tag lib it is not possible to specify charset at all. When I am using the nightly built of the mailer tag lib tomcat doeas not start correctly : 2004-06-02 12:10:12 org.apache.commons.mo

Re: Mailer tag library and charset="iso-8859-2"

2004-06-02 Thread Kris Schneider
the xmlns:xalan="http://xml.apache.org/xslt"; > > attribute from the taglib element in the TLD file(s). > > > > Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > > > > > >>Hello Marc, > >> > >>Probably it is not

Re: Mailer tag library and charset="iso-8859-2"

2004-06-02 Thread [EMAIL PROTECTED]
hen I am using the release version of the mailer tag lib it is not possible to specify charset at all. When I am using the nightly built of the mailer tag lib tomcat doeas not start correctly : 2004-06-02 12:10:12 org.apache.commons.modeler.Registry loadRegistry INFO: Loading

Re: Mailer tag library and charset="iso-8859-2"

2004-06-02 Thread Kris Schneider
ello Marc, > > Probably it is not the same problem as reported in bugzilla. > When I am using the release version of the mailer tag lib it is not > possible to specify charset at all. > When I am using the nightly built of the mailer tag lib tomcat doeas

Re: Mailer tag library and charset="iso-8859-2"

2004-06-02 Thread [EMAIL PROTECTED]
Hello Marc, Probably it is not the same problem as reported in bugzilla. When I am using the release version of the mailer tag lib it is not possible to specify charset at all. When I am using the nightly built of the mailer tag lib tomcat doeas not start correctly : 2004-06-02 12:10:12

Re: Mailer tag library and charset="iso-8859-2"

2004-06-01 Thread Marc Guillemot
Is it the same problem as in the bug 28913 http://issues.apache.org/bugzilla/show_bug.cgi?id=28913 Marc. [EMAIL PROTECTED] wrote: Hello, I am using the Mailer tag library version 1.1 current release together with tomcat 4.1.24. Unfortunately I can not compose a message using charset="iso-8

Mailer tag library and charset="iso-8859-2"

2004-06-01 Thread [EMAIL PROTECTED]
Hello, I am using the Mailer tag library version 1.1 current release together with tomcat 4.1.24. Unfortunately I can not compose a message using charset="iso-8859-2". I checked that nightly built of mailer tag lib supports charset attribute for message tag but unfortunately it does n

Re: mt: Mailer Tag Error - mt:setrecipient - Help

2002-10-22 Thread Mike Cantrell
FYI, we're having the same issue. I wonder if it's somehow related to the tag pooling email I sent earlier. Patrick Swarts wrote: Hello, After upgrading from Tomcat 4.0. to 4.1.12, I encountered weird errors with certain mailer tags (mt:). Specifically, the mt:setrecipient tag seems to "hold

mt: Mailer Tag Error - mt:setrecipient - Help

2002-10-21 Thread Patrick Swarts
Hello, After upgrading from Tomcat 4.0. to 4.1.12, I encountered weird errors with certain mailer tags (mt:). Specifically, the mt:setrecipient tag seems to "hold on to" a value previously set in a seperate session In my case, I have a form, which when submitted would also use the mt: tag to

Mailer Tag Causes JVM to crash?

2002-08-20 Thread Andrew Storms
Hey all - I've been using the mailer tag just fine with no problems. Today I decided to send a larger HTML email and got the following error message: # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Err

RE: Mailer tag - attach problems

2002-07-16 Thread Chen, Gin
- From: Nguyen Christine T Contr AFMSA/SGSID [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 2:09 PM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: Mailer tag - attach problems I am trying to have a dynamic mail sent using Jakarta's mailer tag. The

Mailer tag - attach problems

2002-07-16 Thread Nguyen Christine T Contr AFMSA/SGSID
I am trying to have a dynamic mail sent using Jakarta's mailer tag. The email is sending fine, until I added the attachment functionality. Hard coding the file in the attributes worked fine, but when I added a dynamic request in the body, things went wrong. Here is a sample of my c

RE: Mailer Tag library - any additions.

2002-07-15 Thread Kevin Passey
0 To: 'Tag Libraries Users List' Subject: RE: Mailer Tag library - any additions. according the the mailer documentation: http://jakarta.apache.org/taglibs/doc/mailer-doc/mailer-1.0/index.html none of the items you are setting accept runtime expressions. Runtime Expressions is not controlled

RE: Mailer Tag library - any additions.

2002-07-12 Thread Chen, Gin
my projects cause we havent ported to a container that supports JSP1.2 yet (hopefully, soon) so the syntax might not be absolutely correct but give it a try. -Tim -Original Message- From: Kevin Passey [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 11:17 AM To: Taglibs (E-mail

Mailer Tag library - any additions.

2002-07-12 Thread Kevin Passey
As the rtexprvalue is set to no on all of the address parameters, am I to assume this tag library will not allow variables in the "from/to/cc/bcc" tags. Here is what my taglib book says "the rtexprvalue element defines whether an attributes value is hard coded at design time, or as a constant str

Has anybody used variables in the "to" address of the apache mailer tag library

2002-07-12 Thread Kevin Passey
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"); %> my .tld looks like this to yes yes Any ideas - anybody... Kevin Passey -- To unsub

Mailer Tag Sending Problem

2002-07-11 Thread Nguyen Christine T Contr AFMSA/SGSID
I am using Jakarta's mailer tags in my JSP page to send email through a form, but it won't send. This is what I have so far: <%@ taglib uri="/WEB-INF/mailer.tld" prefix="mt" %> <%=request.getParameter("TO")%> <%=request.getParameter("FROM") %> <%=request.getParameter("

RE: Mailer Tag

2002-07-09 Thread andre . powroznik
At least it : by <%=request.getParameter("TO") /> Andre POWROZNIK -Original Message- From: Nguyen Christine T Contr AFMSA/SGSID [mailto:[EMAIL PROTECTED]] Sent: 08 July 2002 16:10 To: '[EMAIL PROTECTED]' Subject: Ma

Mailer Tag

2002-07-09 Thread Nguyen Christine T Contr AFMSA/SGSID
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

Re: mailer tag

2001-06-12 Thread Carlos de Luna Saenz
.sun.com/developer/onlineTraining/JavaMail/exercises/MailSetup/index.html Good luck.Darrell -Original Message-From: Carlos de Luna Saenz [mailto:[EMAIL PROTECTED]]Sent: Friday, June 08, 2001 12:43 PMTo: [EMAIL PROTECTED]Subject: mailer tag I am trying to implement the mailer taglib on th

RE: mailer tag

2001-06-09 Thread Darrell Cumming
Title: RE: mailer tag Hi carlos , it looks alot like your tagllib cant find mail.jar (the Javamail Classes) . Try putting the mail jar into your TOMCAT_HOME/libĀ  dir. this might help also http://developer.java.sun.com/developer/onlineTraining/JavaMail/exercises/MailSetup/index.html

mailer tag

2001-06-09 Thread Carlos de Luna Saenz
I am trying to implement the mailer taglib on the Oracle IAS (Apache+JServer+Tomcat)... but when i try to use the tag a exception is raised with the "java.lang.NoClassDefFoundError: javax/mail/Session"... any idea? i want to send a "confirmation mail" when a JSP is reached. Greetings Carlos