For any tag lib def validation problem by IDEs, a sure solution is to define it in web.xml
1. find your wanted tld files, from source packages, from jars, etc
2. put it under WEB-INF
3. add sections in web.xml, like:
It works in Eclipse and MyEclipse for me, solved TLD validation problems for jstl,
struts, springs, velocity, faces, groovy...