This blog contains the info about Java and J2ee and Ajax and Hibernate

Thursday, January 29, 2009

Few points about the tag files in jsp




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