I deployed the lapel code from the SPring 3 svn sample repository in Tomcat7, and I got the following exception:
Internal error
Root reason: /WEB-INF/jsp/owners/form.jsp (4,1) "$ {owner.new}" contains invalid expressions: javax.el.ELException: [new] is not a valid Java identifier org.apache. jasper.JasperException: /WEB-INF/jsp/owners/form.jsp (4,1) "$ {owner.new}" contains invalid expressions: javax.el.ELException: [new] is not a valid Java identifier
This expression does a great job with SpringSurce tc Server Developer Edition 2.0.
Any ideas why Tomcat 7.0.2 has problems with this?
source share