Struts1 Tags Liberary

Stuts 1.2.x gives following tag libraries to support the program to make jsp of struts application as java codeless jsp.

  1. HTML tag library.
  2. BEAN tag library.
  3. Logic tag library.
  4. Nested tag library.
  5. Tiles tag library.
  6. Templet tag library.

Tld files & tag handler class are available in struts-taglib-version.jar files.
These tag liberary cannot use in ordinary jsp-servlet based webApplication development.