posted 18 years ago
Hi guyz,
According to HFSJ, with tag files u use tagdir instead of uri in taglib directive.
<%@ taglib prefix="myTags" tagdir="/WEB-INF/tags" %>
Then the books tells us about the locations container searchs for finding .tag files.
Now my question is, arent v telling the location of .tag file, using tagdir attribute of taglib. Does container need to search .tag files anyway, or the tagdir attibute has got nothing to do with the location of .tag file.
Thanks and Regards,
Puneet