Re: unable to load class out

2003-07-07 Thread Michael Duffy
to be done. > > > > > > More space efficient solutions are welcome. > > > > > > Thanks, > > > > > > Neil > > > > > > On Sun, 29 Jun 2003, Neil Zanella wrote: > > > > > > > > > > > Hello, &

Re: unable to load class out

2003-07-04 Thread Neil Zanella
> > Hello, > > > > > > I have a tag that begins with > > > > > When I run Jasper by loading the page I get the > > JSP error: > > > > > > org.apache.jasper.JasperException: > > > /hello.jsp(

Re: unable to load class out

2003-07-02 Thread Michael Duffy
; 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 wron

Re: unable to load class out

2003-07-02 Thread Neil Zanella
t 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 n

unable to load class out

2003-06-29 Thread Neil Zanella
Hello, I have a tag that begins with

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 the

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 Steigerwa

Re: Unable to load class

2003-04-12 Thread Dave Newton
> Mike Steigerwald wrote: > > <%@ taglib uri="/web-inf/tld/c.tld" prefix="c" %> > > <%@ taglib uri="/web-inf/tld/sql.tld" prefix="sql" %> WEB-INF is, btw, case-sensitive (isn't it?) So if you were telling me you have your libs in web-inf/lib that won't work, they need to be in WEB-INF/lib. D

Re: Unable to load class

2003-04-12 Thread Pierre Delisle
new to taglibs, and relatively new to java, so maybe this really isn't the stumper it seems to me. I'd appreciate any suggestions. I have started with, IMHO, a simple sql jsp. However, I'm having a devil of a time correctly implementing the sql t

Unable to load class

2003-04-12 Thread Mike Steigerwald
ent quandary is this compiler error: Unable to load class org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag This is the offending jsp code: <%@ taglib uri="/web-inf/tld/c.tld" prefix="c" %> <%@ taglib uri="/web-inf/tld/sql.tld" prefix="sql

Unable to load class

2002-04-02 Thread Chuck Amadi
r log as below: viewMySql.jsp [9:0] Unable to load class org.apache.taglibs.jdbc.connection.ConnectionTag Errors compiling viewMySql. Cheers Chuck Amadi Systems Programmer -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Newbie taglib problem - Unable to load class

2001-11-26 Thread Brett B. Tofel
path before it. brett tofel --- You wrote: I've built a simple custom tag, but when i try to use it in a JSP page i get this errormessage: org.apache.jasper.compiler.CompileException: F:\jakarta\tomcat\jakarta-tomcat-3.2.1\webapps\taglibtest\taglibtest.jsp (6,0) Unable to load class no.mogul.i

Newbie taglib problem - Unable to load class

2001-11-23 Thread Ida Dørum
I've built a simple custom tag, but when i try to use it in a JSP page i get this errormessage: org.apache.jasper.compiler.CompileException: F:\jakarta\tomcat\jakarta-tomcat-3.2.1\webapps\taglibtest\taglibtest.jsp (6,0) Unable to load class no.mogul.ikd.EncodeHTMLTag The class (inherited