Page 1 of 1

About Question com.enthuware.ets.scwcd.v5.2.141 :

Posted: Thu May 05, 2011 8:27 pm
by max2fl
Hi,
1. From explanation:
The <taglib> tag comes directly under the web-app element and it is used to specify the mapping between the name that will be used in the JSP pages and the URI where the actual tag library descriptor (.tld file) is located.
<taglib> tag doesn't come directly under web-app element:
<web-app>
<jsp-config>
<taglib>
<taglib-location></taglib-location>
<taglib-uri></taglib-uri>
</taglib>

</jsp-config>
</web-app>

2. about the answer: specify the mapping of the name and the TLD file for a tag library.
I think the correct explanation is: specify the mapping of the uri and the TLD file for a tag library.

Re: About Question com.enthuware.ets.scwcd.v5.2.141 :

Posted: Fri May 06, 2011 7:37 am
by admin
This has been updated.
Thanks for your feedback!