Error - Can not find the tag library descriptor for “/struts-tags”

前端 未结 9 1631
旧时难觅i
旧时难觅i 2021-02-13 19:56

I\'m receiving this error on my jsp file - \'Can not find the tag library descriptor for \"/struts-tags\"\'

Strange thing is my app still seems to work.

I\'m fol

相关标签:
9条回答
  • 2021-02-13 20:21

    Have you added the struts2-core-.jar to the libraries of the project? If you have try to clean the project.

    0 讨论(0)
  • 2021-02-13 20:26

    add struts2-core-.jar to the project

    download it here

    http://struts.apache.org/development/2.x/index.html

    0 讨论(0)
  • 2021-02-13 20:29

    go to Project tab > Clean.. Even if cleaning the project doesn't clear the error, right-click on the project and click refresh

    Then right-click on the project, go to properties, Java Build Path >> 'Order and Export' tab >> make sure JRE library and Maven dependencies are checked.

    that would probably solve it as it did for me

    0 讨论(0)
提交回复
热议问题