Struts 2 – The Ajax Tags Example

In this tutorial we will discuss about struts 2 Ajax Call tag with using struts dojo plugin in our application. Struts uses the DOJO framework for the AJAX tag implementation. First of all, to proceed …

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 …