From: <jm...@us...> - 2005-08-04 07:40:22
|
Update of /cvsroot/struts/dialogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19672 Modified Files: readme.txt Log Message: Index: readme.txt =================================================================== RCS file: /cvsroot/struts/dialogs/readme.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** readme.txt 11 Jul 2005 06:49:04 -0000 1.5 --- readme.txt 4 Aug 2005 07:39:42 -0000 1.6 *************** *** 14,18 **** * limitations under the License. * ! * @version 1.2 */ --- 14,18 ---- * limitations under the License. * ! * @version 1.21 */ *************** *** 25,28 **** --- 25,36 ---- double submit issues or annoying POSTDATA messages. + Using precompiledStruts Dialogs and Easy Wizard + ----------------------------------------------- + If you do not want to compile source code, just drop the following jar files + into your WEB-INF/lib directory: + dialogs-rt.jar - Struts Dialogs (without samples) + ezwizard-rt.jar - Rule Engine portion of Easy Wizard. Wizard Manager is + provided by Struts Dialogs. + Building Struts Dialogs ----------------------- *************** *** 48,67 **** Changelist ---------- ! 1.2 - Added saveDialogErrors() to DialogAction, which stores error messages ! in the session in the same manner as saveErrors(HttpSession, ActionMessages) ! does starting from Struts 1.2.6 ! - Added setNoCache() to DialogAction to mark response as non-cachable. ! This allows not to set <controller nocache="true"/> global property, ! and instead use per-dialog setting. ! - New! Added example of Struts/JSP web control. Compare with Tiles and portlets. ! - New! Added WizardAction to develop rubust web wizards. Using technology ! from Easy Wizard project. ! 1.1 - SelectAction and its subclasses now support image buttons ! - New! Added CRUDAction to support create, duplicate, edit, view ! and delete operations in one single action class. ! - Improved compatibility with older versions of Struts: ! now supporting Struts 1.2.2+ ! 1.0 - first release \ No newline at end of file --- 56,84 ---- Changelist ---------- + 1.22 - SelectAction now defines getInitKey() method, which returns default event + prefix. No need to use "parameter" attribute of action mapping anymore. + - samples are repackaged ! 1.21 - Better now then later: package structure is changed. Both Easy Wizard ! and Struts Dialogs now belong to net.jspcontrols.* domain. ! - Added some comments here and there. ! - WizardAction is described at Struts Dialogs home page: ! http://struts.sourceforge.net/strutsdialogs/wizardaction.html ! 1.2 - Added saveDialogErrors() to DialogAction, which stores error messages ! in the session in the same manner as saveErrors(HttpSession, ActionMessages) ! does starting from Struts 1.2.6 ! - Added setNoCache() to DialogAction to mark response as non-cachable. ! This allows not to set <controller nocache="true"/> global property, ! and instead use per-dialog setting. ! - New! Added example of Struts/JSP web control. Compare with Tiles and portlets. ! - New! Added WizardAction to develop rubust web wizards. Using technology ! from Easy Wizard project. ! 1.1 - SelectAction and its subclasses now support image buttons ! - New! Added CRUDAction to support create, duplicate, edit, view ! and delete operations in one single action class. ! - Improved compatibility with older versions of Struts: ! now supporting Struts 1.2.2+ ! ! 1.0 - first release |