Page 1 of 1

About Question enthuware.jwpv6.2.1197 :

Posted: Sat Feb 18, 2012 2:35 am
by paf
2. Keep loose (or unbundled) classes in WEB-INF/classes. You can keep the *.tld in WEB-INF (or any sub directory of WEB-INF) where the webapp can access it but you have to specify that in the <taglib-location>. For example, if you put mylib.tld in WEB-INF then you should give: <taglib-location>/WEB-INF/mylib.tld</taglib-uri>
According to JSP 2.0 the container automatically builds a map between TLD files and <uri> names, so if tld files are stored in /WEB-INF/* and handler classes are in /WEB-INF/classes/* you don't have to specify taglib in web.xml, isn't it?

Re: About Question enthuware.jwpv6.2.1197 :

Posted: Tue Feb 28, 2012 8:05 am
by admin
You are right. It is not required now. This has been updated.

thank you for your feedback!