Re: nullpointer exceptions when using DBTAGS !

2001-12-04 Thread Brett B. Tofel
--- You wrote: --- end of quote --- Did you try that with something like: also, just to see if you could get anything back in the resultSet? from the nullpointer error it seems like the resultset might be empty. -brett tofel -- To unsubscribe, e-mail: For a

RE: db tags installation problem

2001-11-30 Thread Brett B. Tofel
--- You wrote: <%@ taglib uri="/WEB-INF/dbtags.tld" prefix="sql" %> --> i have tried all the combinations here.i really mean everything --- end of quote --- have you tried leaving off the initial / the uri path should match up with the webapp's path in a relative URL way. or i think it cou

Re: db tags installation problem

2001-11-27 Thread Brett B. Tofel
I think there are problems in the install instructions. I worked this out instead for the relevant WEB-INF/web.xml entries: WEB-INF/dbtags.tld /WEB-INF/dbtags.tld you may need backwards shashes for Windows, above works for me. -brett On Tue, 27 Nov 2001 09:28:31 +0530 "Tag Libraries Users List

Re: Newbie taglib problem - Unable to load class

2001-11-26 Thread Brett B. Tofel
sounds like maybe the class file is not in your classpath. echo $CLASSPATH (unix) (perhaps "set CLASSPATH" on Win) of the user who is running Tomcat and make sure the class file resides in a directory listed or that the jar file containing the class is listed by name with it's path before it. br

NoClassDefFound for TagExtraInfo trying to use dbtags

2001-10-27 Thread Brett B. Tofel
I think this is some general setup problem, but I can't figure it out using normal means. I successfully installed dbtags and used them on one machine then tried to replicate the setup on another machine. When Tomcat encounters the tag-uri directive it croaks saying in can't find (NoClassDefFound