Home Freemagazine Issue7 Struts2 Data Tags



Struts2 Data Tags
Posted on: October 11, 2010 at 12:00 AM
Apache Struts is an open-source framework used to develop Java web applications. We started introducing struts generic tags in the November issue.

Struts2 Data Tags

       

 

  1. 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.
     
  2. 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

 

Related Tags for Struts2 Data Tags:


More Tutorials from this section

Ask Questions?    Discuss: Struts2 Data Tags  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.