I have an interesting problem with Spring 3.1.0. JSP pages are not having their EL evaluated. I\'ve debugged the view resolution process and JstlView is being used and the J
Absolutely a case of "looked at it for too long".
The spring servlet needs to be the default servlet. ie mapped to / and not /*.
/
/*
spring org.springframework.web.servlet.DispatcherServlet 1 spring /