Cannot resolve taglib with uri http://struts.apache.org/tags-bean
I have taken over an IntelliJ project... so I checked out a working copy from subversion, and opened the project file in IntelliJ.
When I try to build the project, I get a bunch of errors that say:
Cannot resolve taglib with uri http://struts.apache.org/tags-bean
Cannot resolve taglib with uri http://struts.apache.org/tags-html
Cannot resolve taglib with uri http://struts.apache.org/tags-html
Cannot resolve symbol 'logic:notPresent'
Can someone help put me on the right path?
Be gentle, I am new to this IDE.
Thanks,
John
Please sign in to leave a comment.
Hi John,
Not really sure this is the problem. But have you checked module dependencies that the proper jar files are included? Even if they are in your project directory it might be the case that the ide expects them to be somewhere else (in which case they show up red in the module dependencies section)