>>>>> "Maris" == Maris Orbidans <[EMAIL PROTECTED]> writes:

    Maris> hello

    Maris> If I compile my webapp with Tomcat 4.0 library it shows following
    Maris> warnings:

    Maris> "saraksts.jsp": Warning #: 368 : variable EVAL_BODY_TAG in interface
    Maris> javax.servlet.jsp.tagext.BodyTag has been deprecated at line 24

    Maris> Could anybody tell why ?

I suggest you read the JSP 1.2 specification.  You can get it at
<http://www.jcp.org/aboutJava/communityprocess/final/jsr053/>.

Then search for "EVAL_BODY_TAG" and you'll find what you need to know.  Most
likely, you'll replace it with "EVAL_BODY_AGAIN".

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to