Struts2 Data Tags
- Struts2
Data Tags
Apache Struts is an open-source framework used to develop Java web applications. We started introducing struts generic tags in the November issue. In this section, we will continue further with the data tags (generic tags) provided with struts 2 framework and the rest will be included in the subsequent issues of the magazine.
- Action
Tag (Data Tag) Example
The action tag is a generic tag that is used to call actions directly from a JSP page by specifying the action name and an optional namespace. The body content of the tag is used to render the results from the Action. Any result processor defined for this action in struts.xml will be ignored, unless the executeResult parameter is specified.
Read more information at:
http://www.javajazzup.com/issue7/page42.shtml