I have a Java EE project that works great with Ant, works great for JBoss, and works without problems. This project includes several custom tag libraries (which are not JSTL !), Which also work without any difficulty.
Problem with the Eclipse IDE (Ganymede): in every single JSP file that uses our custom tags, the JSP parser with the taglib flag includes a line with the error "Cannot find the tag library descriptor for (example) .tld"
It also means that any use of the tab library should be flagged as an error, and since the IDE does not have its own definition, it cannot check tag parameters, etc.
Our excellent JSP files are a sea of ββred bugs and my eyes start to burn.
How can I just tell Eclipse "The tag library identifier you are looking for is src / web / WEB-INF / (example) -taglib / (example) .tld"?
I already asked this question in the Eclipse support forums without any useful results.
eclipse jsp custom-tags taglib
ryandenki Aug 12 '09 at 10:05 2009-08-12 10:05
source share