Re: Taglib URI error in Weblogic60

2001-02-20 Thread Maya Muchnik
Do you have jaxp.jar file or compatible? The second thing the line 3 <%@ taglib prefix="rdbm" uri="/rdbmstags6_0.tld" %> has to be as <%@ taglib uri="/rdbmstags6_0.tld" prefix="rdbm" %> "Raible, Matt" wrote: > I get the following error when I try to get my taglibs running in WLS > 6.0 - any ide

RE: Taglib URI error in Weblogic60

2001-02-20 Thread Lee Ball
Try <%@ taglib prefix="rdbm" uri="/WEB-INF/rdbmstags6_0.tld" %> Lee -Original Message- From: Raible, Matt [mailto:[EMAIL PROTECTED]] Sent: 20 February 2001 17:41 To: [EMAIL PROTECTED] Subject: RE: Taglib URI error in Weblogic60 I get the following error wh

RE: Taglib URI error in Weblogic60

2001-02-20 Thread Raible, Matt
uot; %> this works for me in WLS 6.0. HTH Nic "Ward, Jeff" <[EMAIL PROTECTED]> on 14/02/2001 19:33:02 Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: Taglib URI error in Weblogic60 The problem

RE: Taglib URI error in Weblogic60

2001-02-19 Thread nic.hobbs
c "Ward, Jeff" <[EMAIL PROTECTED]> on 14/02/2001 19:33:02 Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: Taglib URI error in Weblogic60 The problem looks to be WL not knowing that you have a w

RE: Taglib URI error in Weblogic60

2001-02-14 Thread Mark Scott
L PROTECTED]]On Behalf Of Hans Bergsten Sent: Wednesday, February 14, 2001 3:02 PM To: [EMAIL PROTECTED] Subject: Re: Taglib URI error in Weblogic60 Mark Scott wrote: > > Hi All, > having some trouble deploying my custom Tag, this is the error... > thanks in advance > Parsing of JSP F

RE: Taglib URI error in Weblogic60

2001-02-14 Thread Mark Scott
oth in WEB-INF see my code below.. Can anyone help with this ? -Original Message- From: Hui Lin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 1:35 PM To: [EMAIL PROTECTED] Subject: RE: Taglib URI error in Weblogic60 Try to use "/taglib" inste

Re: Taglib URI error in Weblogic60

2001-02-14 Thread Hans Bergsten
Mark Scott wrote: > > Hi All, > having some trouble deploying my custom Tag, this is the error... > thanks in advance > Parsing of JSP File '/test/tagpage.jsp' failed: > /test/tagpage.jsp(1): Could not parse deployment descriptor: > java.io.IOException: cannot resolve 'taglib' into a valid tag li

RE: Taglib URI error in Weblogic60

2001-02-14 Thread Ward, Jeff
ed numerous combinations, still the mesg persists my jsp is under my webapp root the web.xml & taglib.tld are both in WEB-INF see my code below.. Can anyone help with this ? -Original Message- From: Hui Lin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 1:35 PM To: [EMA

Re: Taglib URI error in Weblogic60

2001-02-14 Thread Maya Muchnik
.tld are both in WEB-INF see my code below.. Can anyone help with this ? -Original Message- From: Hui Lin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 1:35 PM To: [EMAIL PROTECTED] Subject: RE: Taglib URI error in Weblogic60 Try to use "/taglib" instead of &qu

RE: Taglib URI error in Weblogic60

2001-02-14 Thread Mark Scott
still the mesg persists my jsp is under my webapp root the web.xml & taglib.tld are both in WEB-INF see my code below.. Can anyone help with this ? -Original Message- From: Hui Lin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 1:35 PM To: [EMAIL PROTECTED] Subject

RE: Taglib URI error in Weblogic60

2001-02-14 Thread Hui Lin
Try to use "/taglib" instead of "taglib" in both your JSP pages and and web.xml. Also make sure the "taglib.tld" file is actually under the directory "WEB-INF" of your web application Hui Lin -Original Message- From: Mark Scott [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 200