I'm not clear how this relates to Struts, but it looks like it is a problem with your deployment descriptor as the error message indicates. Does your deployment descriptor for your application define the tag library? Is the uri attribute correct in your JSP scriplet?
robert > -----Original Message----- > From: Shabbir Khadir Mohammed [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 16, 2002 6:57 AM > To: Struts Users Mailing List > Subject: TAG PROBLEM > > > Hi Friends > Iam getting the follwoing Error. > What could be the Reason? > Iam using weblogic5.1 as Application Server. > > ****************************************************************** > *************** > Parsing of JSP File '/Sample Hello.jsp' failed: > ------------------------------------------------------------------ > -------------- > /Sample Hello.jsp(1): Could not parse deployment descriptor: > org.xml.sax.SAXParseException: Could not parse taglib, starting at line 2 > probably occurred due to an error in /Sample Hello.jsp line 1: > <%@ taglib uri="/oreillySample.tld" prefix="sample" %> > ------------------------------------------------------------------ > -------------- > Fri Dec 13 17:18:54 GMT+05:30 2002 > > ****************************************************************** > ***************** > > > > thanks & Regards > Shabbir > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

