Struts Framework Archive

Struts 2 Url Tag Example

In this tutorial, We will discuss about the URL tag in struts2. This tag is used to create an URL and output it as a text format. It is never work by itself, but it …

Struts 2 Text Tag Example

The text tag is a generic tag that is used to render a I18n text message. The message must be in a resource bundle with the same name as the action that it is associated …

Struts 2 Push Tag Example

In this tutorial, we will see the use of push tag of struts2 framework. The push tag push a value onto the to of stack. So it can access easily by using first-level of OGNL …

Struts 2 Property Tag Example

In this tutorial, we are going to describe the property tag. The property tag is a generic tag that is used to get the property of a value, which will default to the top of …

Struts 2 Date Tag Example

The date tag allows to format a Date in a quick and easy way. User can specify a custom format (eg. “dd/MM/yyyy hh:mm”), can generate easy readable notations (like “in 2 hours, 14 minutes”), or …

Struts 2 BeanTag Example

In this section, we are going to describe the Bean Tag. The Bean tag is a generic tag that is used to instantiates a class that confirms to the JavaBeans specification. This tag has a …

Struts 2 set Tag Example

In this tutorial, you will see the use of struts2 set tag. The set tag is a generic (Data) tag that is used to assign a value of property to another name in a specified …