Changes for page Struts2 Tag Guide

Last modified by Ken McWilliams on 2012/04/05 01:21

From version Icon 4.1 Icon
edited by Ken McWilliams
on 2012/03/10 03:17
Change comment: There is no comment for this version
To version Icon 5.1
edited by Ken McWilliams
on 2012/04/05 01:21
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -17,3 +17,10 @@
17 17  **Non-Form UI** tags allow you to display action messages, errors for fields or for the action and let you render custom components that you have made in other JSPs, freemarker or velocity.
18 18  
19 19  **Ajax** tags: **DON'T USE THEM**. They have been [[deprecated>>url:http://struts.apache.org/2.2.3/docs/ajax-tags.html]]. People hearing this decide that the Struts2 jQuery Tag library is the way to go. This too is generally not a good idea, the most flexible solution is to use JavaScript along with the struts2-json-plugin. This needs a larger discussion and will be covered at a later date.
20 +
21 +
22 +== Guide to Implementing your own Struts2 Tags ==
23 +
24 +Here is a useful example implementing a Struts2 tag: [[http:~~/~~/joshuajava.wordpress.com/2008/12/27/creating-custom-components-with-struts-2/>>url:http://joshuajava.wordpress.com/2008/12/27/creating-custom-components-with-struts-2/]]
25 +
26 +[**In progress**]