Struts 2 – The generator tag

In this tutorial, we are going to describe the generator tag. The generator tag is a generic tag that is…

11 years ago

Struts 2 Merge Tag Example

In this section, we are going to describe the merge tag. The merge tag is a generic tag that is…

11 years ago

Struts 2 Append Tag Example

In this example we will discuss about the append tag in the strust2. Append tag is actually combine two iterators…

11 years ago

Struts 2 Iterator Tag Example

In this section, we are going to describe the Iterator tag. Iterator tag is used to iterate over a value.…

11 years ago

Struts 2 – The if and else tags

In this section we are going to discuss the various control tags ( The Control Tags are used for flow…

11 years ago

Struts 2 Control Tags

In this tutorial we will discuss about the control tags in struts2. The Struts 2 tags have a set of…

11 years ago

Annotations in Struts2 with an Example

We can achieve Zero Configuration in struts2 using java 5 annotations feature. Previously we normally configured struts.xml for all the…

11 years ago