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
As William mentioned, this sounds like your IDE may not know where the TLD for the tag library is in your project, but once packaged and running, it is working fine.