aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes What will the Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "What will the "tagdir" attribute be for a tag file inside /META-INF/tags of a jar?" Watch "What will the "tagdir" attribute be for a tag file inside /META-INF/tags of a jar?" New topic
Author

What will the "tagdir" attribute be for a tag file inside /META-INF/tags of a jar?

Srikanth Raghavan
Ranch Hand

Joined: Oct 31, 2005
Posts: 389
Let's say I have a tag file called Footer.tag inside /WEB-INF/tags, then I don't need a TLD and in my JSP I can use it with the following two statements:



But let's say I have a tag file inside the /META-INF/tags directory of a jar file inside /WEB-INF/lib and I have a TLD about the existence of this tag file, then how will I refer to this location in my "tagdir" attribute of the "taglib" directive?



Thanks,
Srikanth
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: What will the "tagdir" attribute be for a tag file inside /META-INF/tags of a jar?
 
Similar Threads
Location of tld files
taglib-directive tagdir and uri
taglib directive for tag files
Tag Files : why TLD requires
tagdir attribute