“someVariable cannot be resolved” error indicated in Eclipse for an included JSP

后端 未结 1 1253
既然无缘
既然无缘 2020-12-14 21:13

So I have a main JSP index page, \"index.jsp\", which has several includes. Something like,

<%@ include file=\"/WEB-INF/views/includes/jstl/include.jsp\"          


        
相关标签:
1条回答
  • 2020-12-14 21:31

    Eclipse is an epic failure with regard to JSP/EL validation. Just ignore it or disable all (or parts of) JSP/EL validation in workspace preferences through Validation and/or Web > JSP Files > Validation.

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