Re: web.xml problems

2001-11-14 Thread Nick Pellow
Ingmar , Well, the taglib uri you have is not correct: http://jakarta.apache.org/taglibs/dbtags This should be the uri your jsps will reference when defining a taglib. Not the jakarta taglibs home page! Hope this helps, Nick - Original Message - From: "Ingmar Stein" <[EMAIL PROTECTED]>

getDate as time in millis.

2001-10-10 Thread Nick Pellow
Hi, I am using the dbtags (resultset) for some simple looping and displaying of static data. It is great, however I was wondering if there is a nice way to get the date/time as a long from the getColumn, getNumber, getDate, getTime set of tags. I need the same result as a Date.getTime() call. This