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 ideas?
>
> Parsing of JSP File '/Project.jsp' failed:
>
> /Project.jsp(3): Could not parse deployment descriptor:
> org.xml.sax.SAXParseException: Could not parse: taglib starting at line
> 1
> probably occurred due to an error in /Project.jsp line 3:
> <%@ taglib prefix="rdbm" uri="/rdbmstags6_0.tld" %>
>
> Tue Feb 20 10:41:57 MST 2001
>

Reply via email to