dinesh Archive
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 …
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 …
Simple UI Tags: We have used these tags in our examples already, we will brush them in this chapter. Let us look a simple view page index.jsp with several simple UI tags: <%@ page language="java" …
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 …
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 …
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 …
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 …