Re: unable to use string taglib

2001-11-30 Thread bayard
where class files for that library are. > I'm writing about 20011128-20011130 nighty builds. > > -- > Best regards, > Maciej > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> &

RE: db tags installation problem

2001-11-30 Thread Tom Klaasen (TeleRelay)
> -Original Message- > From: Amitkumar J Malhotra [mailto:[EMAIL PROTECTED]] > Sent: vrijdag 30 november 2001 15:21 > To: Tag Libraries Users List > Subject: RE: db tags installation problem > > hello, > > thanx a lot for the reply.it's really gr8 > > this is an exampl e also from

RE: db tags installation problem

2001-11-30 Thread Tom Klaasen (TeleRelay)
In my jsp, I have <%@ taglib uri="/WEB-INF/ordertool.tld" prefix="ot" %> and in web.xml, I have /WEB-INF/ordertool.tld /WEB-INF/ordertool.tld and this works fine for me (tomcat 3.2.3, win2K, jdk1.3.1_01) tomK > -Original Message- > From: Brett B. Tofel [mailto:[EMAIL PRO

Re: unable to use string taglib

2001-11-30 Thread Maciej Ko³odziej
Hi, Well, I think I found main cause for that error. Why there are no tags in tags definition in string.tld? There's no clue where class files for that library are. I'm writing about 20011128-20011130 nighty builds. -- Best regards, Maciej -- To unsubscribe, e-mail:

unable to use string taglib

2001-11-30 Thread Maciej Ko³odziej
Hi, I'm unable to use string taglib in my application. I use dbtags, struts-* taglibs and everything's fine, but not with string. I think I've set everything correctly. That's what I have: /WEB-INF/string.tld /WEB-INF/lib/string.jar in web.xml <%@ taglib uri="/WEB-INF/str

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-30 Thread Amitkumar J Malhotra
hello, thanx a lot for the reply.it's really gr8 this is an exampl e also from the same users guide, <%@ taglib uri="/WEB-INF/dbtags.tld" prefix="sql" %> --> i have tried all the combinations here.i really mean everything jdbc:odbc:db2 sun.jdbc.odbc.JdbcOdbcDriver

RE: db tags installation problem

2001-11-30 Thread Tom Klaasen (TeleRelay)
Could you give us a look at tagusage.jsp also? I think it's very weird to have WEB-INF/WEB-INF in the pathin the error report. tomK > -Original Message- > From: Amitkumar J Malhotra [mailto:[EMAIL PROTECTED]] > Sent: dinsdag 27 november 2001 4:59 > To: [EMAIL PROTECTED] > Subject: db t