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 several threads discussing that fact. Shawn Bayern gave a great explanation of why on this list a while back. You might want to find it and read it. - MOD --- Neil Zanella <[EMAIL PROTECTED]> wrote: > > 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 little inefficient > as quite a lot of copying needs to be done. > > More space efficient solutions are welcome. > > Thanks, > > Neil > > On Sun, 29 Jun 2003, Neil Zanella wrote: > > > > > Hello, > > > > I have a tag that begins with <c:out ... > > > > When I run Jasper by loading the page I get the > JSP error: > > > > org.apache.jasper.JasperException: > > /hello.jsp(9,16) Unable to load class out > > [...snip...] > > > > Any ideas of what is wrong (tomcat 4.1.24 and > taglibs 1.0.3)? > > > > It seems something with my taglibs installation is > wrong, but I am not > > sure what. > > > > Thanks, > > > > Neil > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]