All Packages
Package
Description
The "struts-bean" tag library contains JSP custom tags useful in defining
new beans (in any desired scope) from a variety of possible sources, as well
as a tag to render a particular bean (or bean property) to the output
response.
The "struts-html" tag library
contains JSP custom tags useful in creating dynamic HTML user interfaces,
including input forms.
The "struts-logic" tag library contains tags that are useful in managing
conditional generation of output text, looping over object collections
for repetitive generation of output text, and application flow management.
Nested tags & supporting classes extend the base struts tags to
allow them to relate to each other in a nested nature.
The nested bean tags extend the
org.apache.struts.taglib.bean
tags to allow them to relate to each other in a nested nature.The nested html tags extend the
org.apache.struts.taglib.html
tags to allow them to relate to each other in a nested nature.The nested html tags extend the
org.apache.struts.taglib.logic
tags to allow them to relate to each other in a nested nature.