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
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.