Re: Problems with TomCat 5.0 and SQL tag lib

2004-06-01 Thread Wolfgang Röckelein
Derek Mahar wrote: Do you have an SQL Server JDBC driver and did you copy the driver JAR files to $CATALINA_HOME/common/lib or WEB-INF/lib? You can use the AFAIK they need to be in $CATALINA_HOME/common/lib, WEB-INF/lib won't work due to classloader issues. Regards, Wolfgang

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-8859-2. I

Where is the Input tag library?

2004-06-01 Thread Derek Mahar
Where may I find the Input tag library binary distribution? The Input tag library is absent from the following Taglibs mirrors: http://apache.sunsite.ualberta.ca/jakarta/taglibs/input/ http://apache.mirror.mcgill.ca/jakarta/taglibs/input/binaries/ Derek NOTICE: This email contains

[JSTL] Indexed array variable

2004-06-01 Thread Derek Mahar
How does one create and assign elements to an indexed array variable in JSTL or the Expression Language? c:set seems lacking in this respect. Derek NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not

isElIgnored not working???

2004-06-01 Thread John MccLain
We have a jstl page and we set the isElIgnored=false in the page directtive of the page. we also have a tag file that we are using. When we run it, the tag file does not evaluate my el expressions, but prints them out verbatim. However, this does not happen with variables used in the jstl page.

RE: [JSTL] Indexed array variable

2004-06-01 Thread Bill Siggelkow
I don't think that JSTL is going to be able to create array elements. I think you will need to allocate the array ahead of time. Maybe someone else can clarify this a little more. Bill Siggelkow [EMAIL PROTECTED] -Original Message- From: Derek Mahar [mailto:[EMAIL PROTECTED] Sent: