Mysterious Eclipse JSP Validation Errors

前端 未结 16 1942
你的背包
你的背包 2021-01-30 08:50

Eclipse (Helios) occasionally marks valid looking JSP content as having errors. It seems like it often breaks when I use the tag. For example, in a JSP with just th

16条回答
  •  醉梦人生
    2021-01-30 09:07

    Well, I found how to solve this error. Add this to your Maven dependency(pom.xml):

    
        
            org.apache.tomcat
            jsp-api
            6.0.32
            provided               
        
    

    Do comment if you find it useful, as much as it helped me.

提交回复
热议问题