-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sharmila,

On 1/22/2010 5:43 AM, sharmila punde wrote:
> My OS is fedora, and i have installed tomcat 5.5.28. I have web app.
> My jsp page has EL as follow- ${perosn.name}.

Did you mean ${person.name}? Could that be the problem?

> I put jsp-api.jar, servlet-api.jar into /usr/java/jdk1.5.0_16/jre/lib/ext.

Why did you put those files into the system-wide library folder? If
you're using Tomcat, they should be available to any webapp that needs them.

> Servlet works fine, but above EL is considered as plain text. My
> web.xml of web app has following lines -
> 
>     <jsp-config>
>         <jsp-property-group>
>             <url-pattern>*.jsp</url-pattern>
>           <el-ignored>false</el-ignored>
>             <scripting-invalid>
>                 true
>             </scripting-invalid>
>         </jsp-property-group>
>     </jsp-config>
>
> Why EL is not getting evaluated after translation to .java file.
> Can some one please help me sort out this problem

Are other EL and/or scripting elements working as expected on this page?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktZ6uwACgkQ9CaO5/Lv0PDg4gCeMi93eiwdqbPB/ZKXtU7SHcCw
Ic8An0zEyXhY+KsqZUXHu/HiwY7jrhUF
=PtlP
-----END PGP SIGNATURE-----

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

Reply via email to