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

前端 未结 9 1672
旧时难觅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: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

提交回复
热议问题