How old is the Java Web Server 2.0? What JSP spec does it conform to?

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jyotsna Bharadwaj
> Sent: Thursday, May 25, 2000 3:01 AM
> To: [EMAIL PROTECTED]
> Subject: Tag Lib Implementation Using JavaWebServer2.0
>
>
> Hello Everybody
>
> I am having a problem while running my tag lib implementation on
> JavaWebServer2.0.However the same implementation runs fine on Orion web
> server.
>
> My JSP code is :
>
> <%@ taglib uri="mytags.jar" prefix="mt" %>
> <HTML>
>         <HEAD>
>                 <TITLE>Hello World!</TITLE>
>         </HEAD>
>         <BODY BGCOLOR="#FFFFFF">
>                 <HR>
>                 <mt:helloWorld/>
>                 <HR>
>         </BODY>
> </HTML>
>
>
> The error I am getting is
>
> Error during page parsing:
> com.sun.server.http.pagecompile.jsp.JspException: Directive: Invalid
> attribute, prefix
>
>
> Can anyone please help me out on this .
>
> Best Regards
> Jyotsna
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> 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".
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