| 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
|
 |
 |
|
|
subject: What will the "tagdir" attribute be for a tag file inside /META-INF/tags of a jar?
|
|
|