2010/1/22 sharmila punde <sharmila...@yahoo.com>:
> Dear All,
>    In my jsp, EL is considered as plain text into translated .java file.

Probably your web.xml does not say that it conforms to the version 2.4
of the Servlet spec.  Look at the first lines of that file.

Here is how it looks in a correct file (copied from the examples webapp):

<web-app xmlns="http://java.sun.com/xml/ns/j2ee";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
    version="2.4">

> Even i tried putting jsp-api.jar into the /usr/java/jdk1.5.0_16/jre/lib/ext.

Please, do not forget to remove it from there.

> But in vain.
> <el-ignored>false<el-ignored> is there into web.xml. What is the problem, can 
> someone please explain me about this? Do i have to download tomcat again? Do 
> you think files are corrupted?

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to