I found that the TLD file is lying under the location / webapp / web-INF / TLD under my project. My understanding should be directly under the web-INF according to the TDD file. I can not find how web libraries are resolved with web-INF / TLD instead of WEB-INF?
My JSP
and lt;% @ taglib uri = "com.myComp.utils.customFunctions" prefix = "custfunc"%> Tags are included in Lib
For information I am using Spring MVC I'm not sure that it is doing some magic.
Folder access using TDD file "WEB-INF" URI "WEB-INF / Demo.tld "
No comments:
Post a Comment