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 faced similar problem. This is what I did to resolve the issue.
1.Select Project and right click. 2.Click on properties. 3.Click on libraries tab. 4.Click on 'Add Jars'. 5.Add relavent jar for your error.
hope this helps. Thanks.