Struts2 Tags

Much of the Struts2 power lies in its tag library. This tag reference provides complete information about all the Struts2 tags. It also contains practical examples of tag usage.

Generic Tags

Generic tags encapsulate processing logic in tag form. They can be used for conditional statements and for data extraction. These tags hide the Java programming complexity and can be used by web designers.

Control Tags
Control tags can be used for conditional processing such as looping, sorting etc.

Data Tags

UI Tags

Form Tags
Non Form Tags
Ajax Tags