Eclipse “cannot find the tag library descriptor” for custom tags (not JSTL!)

前端 未结 22 1751
情书的邮戳
情书的邮戳 2020-12-12 16:33

I have a Java EE project which build fine with Ant, deploys perfectly to JBoss, and runs without any trouble. This project includes a few custom tag librari

22条回答
  •  情书的邮戳
    2020-12-12 16:44

    On the other hand, if you are only working on java source and are getting these errors from stuff you don't touch in a large project that is working, you can just turn off the validations in Eclipse. The settings are under Preferences->Web->JSP Files->Validation

提交回复
热议问题