RE: problems with install

2003-08-22 Thread Karr, David
You'll need to use a J2EE 1.3 compatible container to get this to work. > -Original Message- > From: e [mailto:[EMAIL PROTECTED] > Sent: Friday, August 22, 2003 11:10 AM > To: [EMAIL PROTECTED] > Subject: problems with install > > > > I've downloaded the standard taglibs from > http:/

Re: problems with install

2003-08-22 Thread Felipe Leme
Hi, That's because you are using a JSP 1.1 container (and JSTL requires JSP 1.2). > If I don't declare the taglibs in my web.xml file, I get: > > Fatal error: http://java.sun.com/jstl/core: Failed to find taglib for an > absolue URI 'http://java.sun.com/jstl/core'. JSP 1.1 containers doesn't re

RE: problems with install

2003-08-22 Thread Thomas Martin
My definition look like below. Make sure you have them in the correct place in web.xml. http://java.sun.com/jstl/core /WEB-INF/tld/c.tld http://java.sun.com/jstl/fmt /WEB-INF/tld/fmt.tld -Original Message- From: e [mailto:[EMAIL PROTECTED] Sent: