Struts Framework Archive
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 …
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 …
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 …
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 …