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

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

    I had this problem because I copied the libraries manually and directly into the folder WEB-INF/lib of the project and eclipse doesn't see them (I suggest you copy any necessary libraries into WEB-INF/lib only through eclipse!). So only a refresh of the project solved the problem for me because all the other solutions didn't work!!

    (I'm using Eclipse Kepler unber Ubuntu)

提交回复
热议问题