dinesh Archive

Struts2 Spring Integration Example

In this tutorial, it shows the integration between Struts 2 and Spring3. Why you want to integrate spring with struts 2? Spring provides some features which are not available in struts 2.Most powerful among them …

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 …