Download Free Java and all books

Pages

Saturday, 15 September 2012

Struts tag hierarchy



The Struts 2 Tags has been dividing  into two types as follow:













Struts Generic Tags
These tag is use to control the execution flow when pages are rendered. Another use of struts generic tags are data extraction.
Control Tags:
It is used for flow control, such as if, else and iterate.

Here are the list of Control Tags:

  • if , 
  • elseIf, 
  •  else, 
  • append,  
  •  genertator,  
  •  iterator , 
  • merge ,  
  •  subset .

Data Tags:

 These tags is using  for data manipulation or creation, such as bean, push, and i18n.

  •  a ,
  • action,
  •  bean ,
  •  data ,
  •  debug ,
  • i18u ,
  • include ,
  • param , 
  • push ,
  •  set ,
  •  text ,
  • url , 
  • property


 

No comments: