Spring jsp page not evaluated

后端 未结 1 425
甜味超标
甜味超标 2021-01-01 21:18

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

1条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-01 21:57

    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
        /        
    
    

    0 讨论(0)
提交回复
热议问题