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
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)