Unable to use EL in Tomcat 5.0.x(JSP 2.0)
843836Jan 22 2005 — edited Feb 9 2007Hello
I am using tomcat 5 and Eclipse 3.0 IDE
I am novice to JSP. I wanted to use EL in JSP. But tomcat recognises it as a string. I have browsed the net and did all possible fixes. like
1. I have copied standard.jar and commons-el.jar file into /WEB-INF/lib folder in my applicatoin
2. Adding the commons-el.jar in build path
3.Added them to the tomcats web-inf folder as well
After doing the above mentioned methods i STILL couldnot get it corrected.
I have gone thru earlier discussions and found couple of them faced similar problems.
COULD ANY ONE SUGGEST WHERE I AM GOIN WRONG
Appreciate any help in this regard
Thanks,
AY