Re: JSTL TLD confusion

2005-09-07 Thread TroyGeek
I believe you can only use JSTL 1.1 if you're using Servlet Spec 2.4 (like Tomcat 5) or something like that. thanks! ~ T r o y ~ On 9/7/05, Woodchuck [EMAIL PROTECTED] wrote: hihi all, in the Struts (1.2.7) distribution it includes what i thought was everything you would need to use

Re: Problem with SQL Dates since MySQL Upgrade

2005-06-21 Thread TroyGeek
I figured out the problem on my own. I upgraded my JDBC driver for MySQL from 3.1.6 to 3.1.8 and now everything works fine. thank you. On 6/18/05, TroyGeek [EMAIL PROTECTED] wrote: Hello, I'm using Tomcat 5.0.28. I think I might be using JSTL 1.0. I'm using Java 1.4.2_05. I develop a small

Re: Problem with SQL Dates since MySQL Upgrade

2005-06-21 Thread TroyGeek
it by creating new String object from this byte array. - Original Message - From: TroyGeek [EMAIL PROTECTED] To: taglibs-user@jakarta.apache.org Sent: Tuesday, June 21, 2005 1:42 PM Subject: Re: Problem with SQL Dates since MySQL Upgrade I figured out the problem on my own. I upgraded

Problem with SQL Dates since MySQL Upgrade

2005-06-18 Thread TroyGeek
Hello, I'm using Tomcat 5.0.28. I think I might be using JSTL 1.0. I'm using Java 1.4.2_05. I develop a small webapp on Windows. When I'm done coding the web pages, I upload to a Linux server. The linux server recently had its MySQL database upgraded from MySQL 3 to MySQL 4.1. Since that change,