From: <jm...@us...> - 2005-07-22 01:39:30
|
Update of /cvsroot/struts/struts-site/src/documentation/content/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7826/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.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** index.xml 5 Jul 2005 07:54:00 -0000 1.12 --- index.xml 22 Jul 2005 01:37:59 -0000 1.13 *************** *** 88,97 **** <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> <strong>Struts Flow</strong><br /> --- 88,96 ---- <p> <strong>Struts Dialogs</strong><br /> ! This Struts library allows building stateful <em>web components</em> using Struts and JSP. ! Do you like JSF component model or portlet visual integration, but want to leverage your ! knowledge of Struts and JSP? Do you want to get rid of double submit problem? Do you want ! to create robust multi-page wizards? Do you want to simplify your source code? Try Struts Dialogs! ! </p> <p> <strong>Struts Flow</strong><br /> |