2013/12/27 JB MORLA <[email protected]>: > I was testing the EL in a .jsp file under Eclipse Kepler. > Now I copied the project files under c:\tomcat7\webapps and recompiled the > java sources. > And the EL works! > So the EL problems are in the Eclipse Kepler setup. > Many thanks for your reply. > Jean >
You probably have specified a wrong version of Servlet Specification in you web.xml file. The old versions of the spec do not support EL. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
