Hi,
How do a make my Eclipse see this taglib declaration:
 <dependency>
 <groupId>jstl.tld</groupId>
 <artifactId>c</artifactId>
 <version>1.0</version>
 <type>tld</type>
 <properties>
 <war.bundle>true</war.bundle>
 <taglib-uri>/c</taglib-uri>
 </properties>
 </dependency>
When I try to include this tld in a JSP file Eclipse 3.4 doesn't see the 
declaration of /c
Regards
WB.

Reply via email to