Hello to everyone:
I am trying to put my tld files out from the webinf dir into the referenced jar files.
The problem is, that the myeclipse validator does not find the prefixes located in that tld files.
After searching in the faq
http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-31.html
I am already not able to solve that problem.
My project is build as following:
1) my jar file (pippo.jar): containg in META-INF the tld file: pippo.tld
2) web.xml file containing following taglib element:
<taglib>
<taglib-uri>http://pippo.it</taglib-uri>
<taglib-location>/WEB-INF/lib/pippo.jar</taglib-location>
</taglib>
3.) myJsp file:
<%@ taglib uri="http://pippo.it" prefix="pippo" %>
Additional I want to know:
I) the name from the tld file must not be taglib.tld (Following JSP 1.1 specifications) ?
II) the taglib-uri specified in the web.xml file and referenced in my jsp file can be a pseudo name?
Thanks for any help
Markus
Using:
eclipse: 3.1.1
myeclipse: 4.1.1
jdk: 1.5
os: win xp prof