
Tag files:
- tag files will get extenstion as .tag or .tagx
 - tag files should palce in WEB-INF/tags or any other sub directory of WEB-INF/tags
 - In a tag file page directive is not allowed
 - In a tag file these listed are allowed
 
- tag
 - attribute
 - jsp:invoke
 - jsp:doBody(this is only for tag files )
 
