Title: <jsp:useBean> tag and Netscape Enterprise Server

Hi

I'm using Netscape Enterprise Server 4.0 to run my Servlets and JSPs. Its not recognising the <jsp:useBean> tags given in JSP 1.1 Specs. Instead, its working fine when I give as follows.

    <USEBEAN name="xxx" type=aaa.bbb.className lifespan=page>
    </USEBEAN>
Is this because Netscape Server doesn't support JSP 1.1 ? How do I solve this issue ?

Thanks,

Santhosh

Reply via email to