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

前端 未结 22 1747
情书的邮戳
情书的邮戳 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:54

    I was having the same problem using Tomcat 6.0 and Eclipse and I tried out something which my friend suggested and it worked for me. The link for the question I asked and my reply commented can be found here:

    JSTL Tomcat 6.0 Cannot find the taglib descriptor Error

    Let me know if this solves your "Cannot find the taglibrary descriptor" problem.

提交回复
热议问题