Dear Christophe Verré,
I already followed your suggestion to go thrugh the "how toconfigure web.xml" given to Kathiresan Chinnasamy and also posted the same updated previously.
Here is code for your reference
easy.jsp
web.xml
And your were right there is no need to use isElIgnored atribute in page directive. Now the
test jstl is working finr. I have tried this compatibility.
Case 1:
Tomcat 6.0(Servlet 2.5 and JSP 2.1) and was using JSTL 1.2
-- My web.xml was simple
<web-app>
</web-app>
and also removed the isElIgnored attribute
Then also the demo web-app is working.
Case2:
Using Tomcat6(servlet 2.5 and JSp 2.1) and using JSTL 1.1.2(jstl.jar and standard.jar)
Else everything was as in case 1 but it didn't worked out.
Then I added the isELIgnored in page directive and it worked.
Can you explain me the reason behind these. I think case 1 and case 2 are not the corect way for devloping a web-app. What you mentioned is the correct way to configure a web-app.
Regards,
Arpit