Orion supports Servlet 2.3, but not JSP 1.2..go figure. It may be a while
before JSP 1.2, Servlet 2.3 and EJB 2.0 are fully supported. I don't think
the specs are finalized yet either.

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Lance Lavandowska
> Sent: Friday, August 24, 2001 8:16 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Intalling a Tag Lib
>
>
> this is the key part:
> > java.lang.RuntimeException: Error instantiating XML parser: Missing
> > 'tagclass' in tag definition
>
> OrionServer doesn't understand JSP 1.2 syntax (it changed).  Just another
> way in that Orion, though a wonderful product, is not up-to-date nor
> up-to-spec.
>
> You'll have to change the tld, changing tag-class to tagclass, and making
> similar changes for several other elements.  You'll need to change the
> Doctype as well, to
> <!DOCTYPE taglib
>   PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
>   "http://java.sun.com/j2ee/dtds/web-jsptaglib_1_1.dtd>
> [Notice its 1_1 nor 1_2]
>
> Or use Tomcat instead.  You could try Resin, but I believe it has
> a similar
> problem.
>
> Lance Lavandowska
> www.Brainopolis.com
>
> ----- Original Message -----
> From: "Joel Carklin" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, August 24, 2001 9:12 AM
> Subject: Intalling a Tag Lib
>
>
> > Hi,
> >
> > Has anyone installed the jsptl-jr taglib which is part of the
> jakarta Tag
> > Lib.
> >
> > I put this into my web.xml file:
> >         <taglib>
> >                 <taglib-uri>http://java.sun.com/jsptl/ea/jr</taglib-uri>
> >
> <taglib-location>/WEB-INF/tlds/jsptl-jr.tld</taglib-location>
> >         </taglib>
> >
> > And the following into my jsp:
> > <%@ taglib uri="http://java.sun.com/jsptl/ea/jr"; prefix="jr" %>
> >
> > The jsptl-jr.tdl file is in my WEB-INF/tdls directory
> > The jsptl.jar archive is in me WEB-INF/lib directory
> >
> > When I try run the jsp, I get the following error message:
> >
> > java.lang.RuntimeException: Error instantiating XML parser: Missing
> > 'tagclass' in tag definition
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to