Ahoy. I'm creating a web app in STS 2.5.1 using Virgo OSGI and SmartGWT, though I don't think either of these is relevant.
SmartGWT automatically creates a bunch of JSP files, most of which refer to "/WEB-INF/iscTaglib.xml". That file is in src/main/webapp/WEB-INF, and the project compiles & runs ok and I can use the JSPs without issue, but they each have a red x on them, saying 'Can not find the tag library descriptor for "/WEB-INF/iscTaglib.xml"'
I'd rather not have these error messages. How do I make STS see the file?


Reply With Quote