Re: unable to load class out

2003-07-04 Thread Neil Zanella
On Wed, 2 Jul 2003, Michael Duffy wrote: The fact that you needed the JARs in the WEB-INF/lib comes as no surprise - after all, they do tell you to put them there in the on-line docs under Using a Custom Tag Library in Your Application. I could see that this should be required for _custom_

Re: unable to load class out

2003-07-02 Thread Neil Zanella
Hello, I would like to mention that I solved the problem by simply copying all the .tld (tag library descriptor) files of interest that came with jakarta-taglibs to my WEB-INF directory and all the corresponding .jar (Java archive) files to my WEB-INF/lib directory. I still find this is a

Re: unable to load class out

2003-07-02 Thread Michael Duffy
The fact that you needed the JARs in the WEB-INF/lib comes as no surprise - after all, they do tell you to put them there in the on-line docs under Using a Custom Tag Library in Your Application. But you don't need to copy the TLDs. They're already inside the standard.jar. There have been

Re: Unable to load class

2003-04-12 Thread Pierre Delisle
Try with the following taglib directives instead: %@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core; % %@ taglib prefix=sql uri=http://java.sun.com/jsp/jstl/sql; % -- Pierre Mike Steigerwald wrote: Hi, all, I'm new to taglibs, and relatively new to java, so maybe this really isn't

RE: Unable to load class

2003-04-12 Thread Mike Steigerwald
Hi, Dave, Yes, it is case sensitive. My folder really is lower case. I've tried it both ways. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Saturday, April 12, 2003 7:55 PM To: Tag Libraries Users List Subject: Re: Unable to load class Mike Steigerwald wrote

RE: Unable to load class

2003-04-12 Thread Wendy Smoak
Yes, it is case sensitive. My folder really is lower case. I've tried it both ways. You've tried what both ways, the uri? The *folder* needs to be named WEB-INF, all caps. That's not negotiable, it's part of the servlet spec. And as Pierre said, the best way to refer to the tld's is by