intellij not resolving el variables within JSP code inspection or autocomplete

后端 未结 4 835
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-08 11:38

To summarize the answer shown here Code assist in (jsp /jstl) view for Spring MVC model objects in Eclipse is not working for me at all, is there a setting that I need to ch

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 12:08

    I faced with similar issue when start writing my own interceptor. Problem was that I start using refference in my view resolver configuration

    don't use contruction like this

    
        
        
    -
    

提交回复
热议问题