Re: mail mysteriously not sent by mailer taglib

2004-02-27 Thread Marc Guillemot
As far as I know the mt:error will just show format error in the email addresses used. A new thread is started to send the email and the errors that may appear by sending are reported using the servlet's logger (and are not available to the jsp page). Have you had a look there? Marc.

Re: mail mysteriously not sent by mailer taglib

2004-02-27 Thread Jurjan-Paul Medema
Hello Marc, Thanks for your response! As a result of your remarks and looking through Mailer Taglib's source code I just discovered that the message is logged through servletContext.log(), which logs to a separate log file than my standard log4j logs..., something I had not taken into account

Issue using x:transform

2004-02-27 Thread Kralidis,Tom [Burlington]
Hi, Using jakarta-tomcat-5.0.18, I have a simple JSP: [EMAIL PROTECTED] contentType=text/html% %@ taglib uri=http://java.sun.com/jstl/xml; prefix=x % %@ taglib uri=http://java.sun.com/jstl/core; prefix=c % html head titletest/title /head body

Re: Issue using x:transform

2004-02-27 Thread Kris Schneider
Make sure you're using JSTL 1.1 with TC 5. The taglib directives should look like: %@ taglib uri=http://java.sun.com/jsp/jstl/xml; prefix=x % %@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c % Quoting Kralidis,Tom [Burlington] [EMAIL PROTECTED]: Hi, Using jakarta-tomcat-5.0.18, I

RE: Issue using x:transform

2004-02-27 Thread Kralidis,Tom [Burlington]
This worked, thanks alot. I tried putting these into $CATALINA_HOME/common, but it didn't work. Basically, I wouldn't want to keep copying these as webapps pile up. Thanks ..Tom -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004

RE: Issue using x:transform

2004-02-27 Thread Kris Schneider
Glad it's working. Although it might seem like a pain, you really should resist the temptation to dump stuff into $CATALINA_HOME/common/lib (or the equivalent for a different app server). Obviously, there are some things that can make sense to install there (like JDBC drivers), but taglibs and app

Re: taglib standard 1.0 in Tomcat

2004-02-27 Thread Hassan Schroeder
Hans Bergsten wrote: Unless there's a copy of this example in another O'Reilly book, this looks like an example from my book named JavaServer Pages, 3rd Edition, Unforunately I don't have your book, but I thought I'd try this out; using Tomcat 5.0.19 and Java 1.4.1, an embedded EL expression

Re: taglib standard 1.0 in Tomcat

2004-02-27 Thread Hans Bergsten
Hassan Schroeder wrote: Hans Bergsten wrote: Unless there's a copy of this example in another O'Reilly book, this looks like an example from my book named JavaServer Pages, 3rd Edition, Unforunately I don't have your book, but I thought I'd try this out; using Tomcat 5.0.19 and Java 1.4.1, an

jstl dreamweaver extensions???

2004-02-27 Thread John MccLain
Has no one out there made any dreamweaver extensions for JSTL??? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: taglib standard 1.0 in Tomcat

2004-02-27 Thread Derek Haidle
You probably get this all the time but it doesn't hurt to let someone know, I have really enjoyed your book. Unfortunately, I just bought it from Amazon a few weeks ago without realizing that it was Edition 2 and you've already come out with Edition 3. I'm going to need to spring for the latest

Re: taglib standard 1.0 in Tomcat

2004-02-27 Thread George Hester
What I do is make sure WinZIP does NOT remove the association for jar. I you do that you can double-click a jar file and if it is executable it will execute just like any old Windows app. WinZIP will steal this association so you have to be careful about that. In fact many unzippers do this.

Re: taglib standard 1.0 in Tomcat

2004-02-27 Thread George Hester
Thanks Han my apologies. Yes it was JavaServer Pages published by O'Reilly. Any suggestions how I can undisable EL in JSP 1.2/Servlet 2.3 web.xml and if I did that would it work then? If not that's fine I'll have to look for something similar that will work with what I have. The reason I

Re: taglib standard 1.0 in Tomcat

2004-02-27 Thread Hans Bergsten
Derek Haidle wrote: You probably get this all the time but it doesn't hurt to let someone know, I have really enjoyed your book. Unfortunately, I just bought it from Amazon a few weeks ago without realizing that it was Edition 2 and you've already come out with Edition 3. I'm going to need to

Re: taglib standard 1.0 in Tomcat

2004-02-27 Thread Hans Bergsten
George Hester wrote: Thanks Han my apologies. Yes it was JavaServer Pages published by O'Reilly. Any suggestions how I can undisable EL in JSP 1.2/Servlet 2.3 web.xml and if I did that would it work then? If not that's fine I'll have to look for something similar that will work with what I

Re: taglib standard 1.0 in Tomcat

2004-02-27 Thread Derek Haidle
George, I gotta admit that I banged my head against the wall getting EL to work on Tomcat 5.0! I had incorrect doc types in the top of my web.xml files and incorrect declarations in my jsp pages. I'm still not sure that I have it completely figured out. I'm not using 4.x and actually I'm on

Re: taglib standard 1.0 in Tomcat

2004-02-27 Thread Derek Haidle
George, Sounds like you might need a second edition book to go with those examples. *grins* I might know where you can get one pretty cheap! (Just kidding. I couldn't resist the temptation.) Derek --- Hans Bergsten [EMAIL PROTECTED] wrote: George Hester wrote: Thanks Han my apologies.

maven repository

2004-02-27 Thread Daniel Draws
In the last days I've tested the realy nice maven. But for the applications web-tier I need the jakarta-taglibs And I can't find any remote repository including them. Is there anybody who knows a remote repository including the jakarta-taglibs. Or knows anybody another solution How to simply

Re: taglib standard 1.0 in Tomcat

2004-02-27 Thread George Hester
Well I'm off to see the wizard (the Tomcat book O'Reilly).. That should be good enough. -- George Hester __ Derek Haidle [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] George, I gotta admit that I banged my head against the wall getting EL to

Re: maven repository

2004-02-27 Thread Mark R. Diggory
Taglibrary developers: This is an excellent example of how to take advantage of the new Apache Maven Repository. Taglibs Developers, how about publishing your taglibrary jars into the Maven Repository under /dist/java-repository. They'll get updated onto ibiblio.org/maven within 4 hours for

Re: taglib standard 1.0 in Tomcat

2004-02-27 Thread George Hester
I suggested to buy it from you. Your terms... -- George Hester __ Derek Haidle [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] George, Sounds like you might need a second edition book to go with those examples. *grins* I might know where you can

Re: maven repository

2004-02-27 Thread Pierre Delisle
Taglibrary developers: This is an excellent example of how to take advantage of the new Apache Maven Repository. Taglibs Developers, how about publishing your taglibrary jars into the Maven Repository under /dist/java-repository. They'll get updated onto ibiblio.org/maven within 4 hours for