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
Have you added the struts2-core-.jar to the libraries of the project? If you have try to clean the project.
add struts2-core-.jar to the project
download it here
http://struts.apache.org/development/2.x/index.html
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