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