From: <jm...@us...> - 2005-07-05 07:54:14
|
Update of /cvsroot/struts/struts-site/src/documentation/content/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22273/src/documentation/content/xdocs Modified Files: index.xml Log Message: Index: index.xml =================================================================== RCS file: /cvsroot/struts/struts-site/src/documentation/content/xdocs/index.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** index.xml 1 Jul 2005 22:54:34 -0000 1.11 --- index.xml 5 Jul 2005 07:54:00 -0000 1.12 *************** *** 88,99 **** <p> <strong>Struts Dialogs</strong><br /> ! Provides basic dialog functions, like accepting input data, dispatching submit event to a method, ! generating and storing error messages and rendering a view. DialogAction allows to create robust ! user inteface and provides simple event-based programming model.<br /> ! <br /> ! The main concept of Struts Dialogs is <strong>separation of input and output phases</strong>. This solves several issues related to HTML form input, most evident of which are double submit problem ! and annoying POSTDATA messages. I/O separation also improves usability for Reload, Back and ! Forward buttons. At present, Struts 1.2.7 and higher is supported. </p> <p> --- 88,96 ---- <p> <strong>Struts Dialogs</strong><br /> ! Provides basic dialog functions, allows to create robust user inteface using two-phase input processing. ! The main concept of Struts Dialogs is <strong>separation of input and output phases</strong>. This solves several issues related to HTML form input, most evident of which are double submit problem ! and annoying POSTDATA messages. I/O separation also improves usability for Reload, Back and ! Forward buttons. Struts 1.2.2+ is supported. </p> <p> *************** *** 121,127 **** This project is a modified version of the Struts HTML taglib that adds AJAX functionality. It is a declarative approach, i.e., a developer doesn't have to write any AJAX code themselves, although ! it is flexible enough to allow you to do so if you wish. At present, almost all Struts version in the ! 1.2.x branch are supported (1.2.0 through 1.2.6 at present). All the planned standard handlers are now ! done (read the readme for what that means!), but a few others will probably sneak in soon as well. If you are a Struts developer and want to jump on the AJAX bandwagon with little or no effort, this might be just the ticket! (please see the important note about this project on the AjaxTags page) --- 118,124 ---- This project is a modified version of the Struts HTML taglib that adds AJAX functionality. It is a declarative approach, i.e., a developer doesn't have to write any AJAX code themselves, although ! it is flexible enough to allow you to do so if you wish. At present, any Struts version in the ! 1.2.x branch is supported (1.2.0 through 1.2.7 at present). All the planned standard handlers are not ! done yet (read the readme for what that means!), but it is quite useful in it's current form. If you are a Struts developer and want to jump on the AJAX bandwagon with little or no effort, this might be just the ticket! (please see the important note about this project on the AjaxTags page) |