Thanks Nishant,
Thank you very much. It was very helpful.
Regards
--- On Fri, 22/1/10, Hadole, Nishant IN BOM SISL
wrote:
> From: Hadole, Nishant IN BOM SISL
> Subject: RE: Tomcat 5.5.28 EL not evaluated
> To: "'Tomcat Users List'"
> Date: Friday, 22 Janua
-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,
punde [mailto:sharmila...@yahoo.com]
Sent: Friday, 22 January, 2010 04:13 PM
To: users@tomcat.apache.org
Subject: Tomcat 5.5.28 EL not evaluated
Dear All,
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}.
I put jsp-api.jar
Dear All,
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}.
I put jsp-api.jar, servlet-api.jar into /usr/java/jdk1.5.0_16/jre/lib/ext.
Servlet works fine, but above EL is considered as plain text. My web.xml of web
app has fol