cvs commit: jakarta-struts/src/share/org/apache/struts/upload MultipartIterator.java

2001-06-13 Thread martinc
martinc 01/06/13 18:11:29 Modified:src/share/org/apache/struts/upload Tag: STRUTS_1_0_BRANCH MultipartIterator.java Log: Fixed a bug which could cause corruption of an uploaded file. If the file contained the sequence \r\n\n, it would be transformed to \r

cvs commit: jakarta-struts/src/share/org/apache/struts/upload MultipartIterator.java

2001-06-13 Thread martinc
martinc 01/06/13 18:12:15 Modified:src/share/org/apache/struts/upload MultipartIterator.java Log: Port the fix for file upload corruption. Revision ChangesPath 1.14 +1 -3 jakarta-struts/src/share/org/apache/struts/upload/MultipartIterator.java Index

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/logic IterateTag.java IterateTei.java

2001-06-13 Thread martinc
martinc 01/06/13 21:24:28 Modified:doc Tag: STRUTS_1_0_BRANCH struts-logic.xml src/share/org/apache/struts/taglib/logic Tag: STRUTS_1_0_BRANCH IterateTag.java IterateTei.java Log: Add a new attribute, 'indexId', which is used to expose

cvs commit: jakarta-struts/web/exercise-taglib logic-iterate.jsp

2001-06-15 Thread martinc
martinc 01/06/15 14:48:47 Modified:web/exercise-taglib Tag: STRUTS_1_0_BRANCH logic-iterate.jsp Log: Update the iterate tests to display the index value as obtained via the new indexId attribute. Revision ChangesPath No revision

cvs commit: jakarta-struts/web/exercise-taglib logic-iterate.jsp

2001-06-15 Thread martinc
martinc 01/06/15 14:49:21 Modified:web/exercise-taglib logic-iterate.jsp Log: Port the new tests for indexId. Revision ChangesPath 1.4 +16 -14jakarta-struts/web/exercise-taglib/logic-iterate.jsp Index: logic-iterate.jsp

cvs commit: jakarta-struts/doc installation-sas.xml

2001-07-19 Thread martinc
martinc 01/07/19 23:07:08 Modified:doc Tag: STRUTS_1_0_BRANCH installation-sas.xml Log: Fixed what were probably copy/paste errors. Revision ChangesPath No revision No revision 1.1.2.1 +3 -3 jakarta-struts

cvs commit: jakarta-struts/doc installation-sas.xml

2001-07-19 Thread martinc
martinc 01/07/19 23:08:03 Modified:doc installation-sas.xml Log: Port copy/paste fixes to main trunk. Revision ChangesPath 1.2 +3 -3 jakarta-struts/doc/installation-sas.xml Index: installation-sas.xml

cvs commit: jakarta-struts/doc/userGuide introduction.xml

2001-07-19 Thread martinc
martinc 01/07/19 23:20:02 Modified:doc/userGuide Tag: STRUTS_1_0_BRANCH introduction.xml Log: Fixed a typo. PR: 2488 Submitted by: Ted Husted Revision ChangesPath No revision No revision 1.1.2.2 +1 -1

cvs commit: jakarta-struts/doc/userGuide introduction.xml

2001-07-19 Thread martinc
martinc 01/07/19 23:22:12 Modified:doc/userGuide introduction.xml Log: Fixed a typo. PR: 2488 Submitted by: Ted Husted Revision ChangesPath 1.3 +1 -1 jakarta-struts/doc/userGuide/introduction.xml Index: introduction.xml

cvs commit: jakarta-struts/doc installation-sas.xml installation.xml installation-sas371.xml

2001-07-20 Thread martinc
martinc 01/07/20 23:19:14 Modified:.INSTALL doc installation-sas.xml installation.xml Removed: doc installation-sas371.xml Log: Corrected installation instructions for SilverStream and Resin. Submitted by: John Rousseau, Martin Cooper

cvs commit: jakarta-struts/doc todo-1.1.xml

2001-07-25 Thread martinc
martinc 01/07/25 21:05:36 Modified:doc todo-1.1.xml Log: Removed Nic Hobbs as a volunteer for Standard Validations, Client Side Validation, and EJB Design Patterns, per Nic's request. Also removed Digester Refactor Dependencies task, since this was done in moving

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-08-05 Thread martinc
martinc 01/08/05 12:00:29 Modified:src/share/org/apache/struts/util RequestUtils.java Log: Ported transaction token fix for computeParameters(). PR: 2636 Submitted by: Oliver Willenbrock (Thanks for the fix!) Revision ChangesPath 1.21 +5 -5 jakarta-struts

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2001-08-14 Thread martinc
martinc 01/08/14 23:15:51 Modified:src/share/org/apache/struts/action ActionServlet.java src/share/org/apache/struts/util RequestUtils.java Log: Allow disabling of the Struts multipart request handling mechanism, by specifying 'none' as the value

cvs commit: jakarta-struts/src/share/org/apache/struts/util ConvertUtils.java

2001-09-14 Thread martinc
martinc 01/09/14 22:02:20 Modified:src/share/org/apache/struts/util Tag: STRUTS_1_0_BRANCH ConvertUtils.java Log: Convert character values correctly. PR: 2494 Submitted by: Olav Reinert - thanks! Revision ChangesPath

cvs commit: jakarta-struts/doc struts-html.xml

2001-09-14 Thread martinc
martinc 01/09/14 22:30:47 Modified:doc Tag: STRUTS_1_0_BRANCH struts-html.xml Log: Correct document URL. PR: 3495 Submitted by: Kare Nuorteva Revision ChangesPath No revision No revision 1.11.2.4 +1 -1

cvs commit: jakarta-struts/doc struts-html.xml

2001-09-14 Thread martinc
martinc 01/09/14 22:32:02 Modified:doc struts-html.xml Log: Correct document URL. PR: 3495 Submitted by: Kare Nuorteva Revision ChangesPath 1.21 +1 -1 jakarta-struts/doc/struts-html.xml Index: struts-html.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html FormTag.java

2001-09-16 Thread martinc
martinc 01/09/16 21:52:58 Modified:src/share/org/apache/struts/taglib/html FormTag.java Log: Call reset() when a form been is instantiated by the html:form tag. PR: 2108 Submitted by: Corneil du Plessis (bug report), Erik Hatcher (patch) Revision ChangesPath 1.14

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html ImageTag.java

2001-09-17 Thread martinc
martinc 01/09/17 22:50:51 Modified:doc struts-html.xml src/share/org/apache/struts/taglib/html ImageTag.java Log: Add the 'align' attribute to the html:image tag. PR: 3288 Submitted by: Misak Boulatian Revision ChangesPath 1.22 +9 -0

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html ImageTag.java

2001-09-23 Thread martinc
martinc 01/09/23 11:48:49 Modified:doc Tag: STRUTS_1_0_BRANCH struts-html.xml src/share/org/apache/struts/taglib/html Tag: STRUTS_1_0_BRANCH ImageTag.java Log: Port fix to Struts 1.0 branch. PR: 3288 Submitted by: Misak Boulatian

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html OptionTag.java OptionsTag.java

2001-10-04 Thread martinc
martinc 01/10/04 22:07:48 Modified:doc struts-html.xml src/share/org/apache/struts/taglib/html OptionTag.java OptionsTag.java Log: Port fix for Bugzilla #3289 to main trunk. PR: 3289 Submitted by: Joe Hrynyk Revision Changes

cvs commit: jakarta-struts/doc/userGuide introduction.xml

2001-10-18 Thread martinc
martinc 01/10/18 22:15:16 Modified:doc/userGuide introduction.xml Log: Fix line ends, in preparation for other changes. Revision ChangesPath 1.5 +311 -311 jakarta-struts/doc/userGuide/introduction.xml Index: introduction.xml

cvs commit: jakarta-struts/doc/userGuide building_controller.xml building_model.xml building_view.xml introduction.xml

2001-10-18 Thread martinc
martinc 01/10/18 22:52:41 Modified:doc/userGuide Tag: STRUTS_1_0_BRANCH building_controller.xml building_model.xml building_view.xml introduction.xml Log: Ported documentation updates to 1.0 branch. PR: 4140 Submitted by: Ed

cvs commit: jakarta-struts/doc index.xml struts-html.xml

2001-10-19 Thread martinc
martinc 01/10/19 22:04:06 Modified:doc Tag: STRUTS_1_0_BRANCH index.xml struts-html.xml Log: Ported documentation updates to 1.0 branch. PR: 4168, 4268 Submitted by: Joe Faith, Mark Mascolino Revision ChangesPath No revision

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionError.java

2001-11-01 Thread martinc
martinc 01/10/31 23:08:41 Modified:src/share/org/apache/struts/action Tag: STRUTS_1_0_BRANCH ActionError.java Log: Added documentation on placeholder syntax. Submitted by: Tom Klaasen Revision ChangesPath No revision

cvs commit: jakarta-struts/doc installation-jetty.xml installation-1.0.xml installation.xml

2001-11-02 Thread martinc
martinc 01/11/01 21:31:58 Modified:doc installation-1.0.xml installation.xml Added: doc installation-jetty.xml Log: - Added installation instructions for Jetty. - Corrected taglib references from struts-form to struts-html. - Miscellaneous corrections

cvs commit: jakarta-struts/doc installation.xml

2001-11-03 Thread martinc
martinc 01/11/02 21:50:10 Modified:doc Tag: STRUTS_1_0_BRANCH installation.xml Log: Ported documentation changes to 1.0 branch: - Added installation instructions for Jetty. - Corrected taglib references from struts-form to struts-html. - Miscellaneous corrections

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/logic package.html

2001-11-04 Thread martinc
martinc 01/11/03 23:42:21 Modified:doc/userGuide taglib_struts-html-ref.xml legacy/api-1.0/org/apache/struts/action ActionMapping.html legacy/api-1.0/org/apache/struts/taglib/html package-summary.html legacy/api-1.0

cvs commit: jakarta-struts/doc release-plan-1.0.1.xml project.xml

2001-11-16 Thread martinc
martinc 01/11/15 22:01:11 Modified:doc project.xml Added: doc release-plan-1.0.1.xml Log: Release plan for Struts 1.0.1. Revision ChangesPath 1.14 +2 -1 jakarta-struts/doc/project.xml Index: project.xml

cvs commit: jakarta-struts/doc release-plan-1.0.1.xml

2001-11-16 Thread martinc
martinc 01/11/16 11:04:37 Modified:doc release-plan-1.0.1.xml Log: Removed [EMAIL PROTECTED] from the mailing lists to which the announcement will be sent, as recommended by Craig. Revision ChangesPath 1.2 +1 -2 jakarta-struts/doc/release-plan-1.0.1

cvs commit: jakarta-struts/doc/userGuide resources.xml

2001-11-20 Thread martinc
martinc 01/11/19 18:42:44 Modified:doc/userGuide resources.xml Log: Updated seminars and consultants entries. PR: 4864, 4867, 4875 Submitted by: Mike Way, Tim Biernat, Joey Gibson Revision ChangesPath 1.13 +4 -2 jakarta-struts/doc/userGuide

cvs commit: jakarta-struts/src/share/org/apache/struts/util LocalStrings.properties

2001-11-20 Thread martinc
martinc 01/11/19 19:07:30 Modified:src/share/org/apache/struts/util LocalStrings.properties Log: Fixed a typo in message resources. PR: 4836 Submitted by: Daniel Temme Revision ChangesPath 1.5 +1 -1 jakarta-struts/src/share/org/apache/struts/util

cvs commit: jakarta-struts/doc release-notes-1.0.1.xml

2001-11-28 Thread martinc
martinc 01/11/28 00:44:35 Modified:doc release-notes-1.0.1.xml Log: Update the release notes for Struts 1.0.1 to refer to the release candidate and to point to the appropriate downloads. Revision ChangesPath 1.8 +7 -5 jakarta-struts/doc/release-notes

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-10-06 Thread martinc
martinc 01/10/06 21:48:08 Modified:doc index.xml doc/userGuide building_controller.xml building_model.xml building_view.xml introduction.xml src/share/org/apache/struts/action ActionServlet.java Log: Documentation updates

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-10-06 Thread martinc
martinc 01/10/06 21:49:15 Modified:doc/userGuide Tag: STRUTS_1_0_BRANCH building_controller.xml building_model.xml building_view.xml introduction.xml src/share/org/apache/struts/action Tag: STRUTS_1_0_BRANCH

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html MultiboxTag.java

2001-10-06 Thread martinc
martinc 01/10/06 23:13:05 Modified:src/share/org/apache/struts/taglib/html MultiboxTag.java Log: doAfterBody() should return SKIP_BODY instead of SKIP_PAGE. PR: 3830 Submitted by: Nino Walker Revision ChangesPath 1.10 +5 -5 jakarta-struts/src/share/org

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html MultiboxTag.java

2001-10-06 Thread martinc
martinc 01/10/06 23:16:09 Modified:src/share/org/apache/struts/taglib/html Tag: STRUTS_1_0_BRANCH MultiboxTag.java Log: Port fix for doAfterBody() to 1.0 branch. PR: 3830 Submitted by: Nino Walker Revision ChangesPath

cvs commit: jakarta-struts/doc/userGuide resources.xml

2001-10-14 Thread martinc
martinc 01/10/14 21:06:48 Modified:doc/userGuide resources.xml Log: Fixed typo in heading. PR: 4108 Submitted by: Don Adams Revision ChangesPath 1.9 +1 -1 jakarta-struts/doc/userGuide/resources.xml Index: resources.xml

cvs commit: jakarta-struts/doc/userGuide resources.xml

2001-10-14 Thread martinc
martinc 01/10/14 21:07:48 Modified:doc/userGuide Tag: STRUTS_1_0_BRANCH resources.xml Log: Port fix to 1.0 branch. PR: 4108 Submitted by: Don Adams Revision ChangesPath No revision No revision 1.1.2.2 +1 -1

cvs commit: jakarta-struts/web/exercise-taglib html-select.jsp

2001-10-14 Thread martinc
martinc 01/10/14 22:50:11 Modified:src/exercise-taglib/org/apache/struts/webapp/exercise TestBean.java web/exercise-taglib html-select.jsp Added: src/exercise-taglib/org/apache/struts/webapp/exercise OptionBean.java

cvs commit: jakarta-struts/web/exercise-taglib html-select.jsp

2001-10-14 Thread martinc
martinc 01/10/14 22:56:22 Modified:src/exercise-taglib/org/apache/struts/webapp/exercise Tag: STRUTS_1_0_BRANCH TestBean.java web/exercise-taglib Tag: STRUTS_1_0_BRANCH html-select.jsp Added: src/exercise-taglib/org/apache/struts/webapp

cvs commit: jakarta-struts/doc struts-html.xml

2001-12-27 Thread martinc
martinc 01/12/27 22:57:19 Modified:doc struts-html.xml Log: Added missing uri element from struts-html taglib descriptor. PR: 5436 Submitted by: Jeff Hutchison Revision ChangesPath 1.28 +1 -0 jakarta-struts/doc/struts-html.xml Index: struts

cvs commit: jakarta-struts/doc todo-1.1.xml

2001-12-27 Thread martinc
martinc 01/12/27 23:00:34 Modified:doc todo-1.1.xml Log: Updated links for Struts external resources. PR: 5477 Submitted by: Thomas RECLOUX Revision ChangesPath 1.8 +6 -6 jakarta-struts/doc/todo-1.1.xml Index: todo-1.1.xml

cvs commit: jakarta-struts/doc/userGuide resources.xml

2001-12-27 Thread martinc
martinc 01/12/27 23:11:38 Modified:doc/userGuide resources.xml Log: Added new consultants to the resources list. PR: 5534, 5540 Submitted by: Torben Norling, Frank Lawlor Revision ChangesPath 1.19 +2 -0 jakarta-struts/doc/userGuide/resources.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2001-12-27 Thread martinc
martinc 01/12/27 23:20:00 Modified:src/share/org/apache/struts/action Action.java Log: Fixed a bug in the toHex() method which caused leading zeros to be omitted from the string representation. Note that I do not plan on incorporating this fix into Struts 1.0.1

cvs commit: jakarta-struts/doc struts-bean.xml struts-html.xml struts-logic.xml struts-template.xml

2002-01-09 Thread martinc
martinc 02/01/09 23:37:03 Modified:doc Tag: STRUTS_1_0_BRANCH struts-bean.xml struts-html.xml struts-logic.xml struts-template.xml Log: Update taglib descriptions (and so the tld files) for Struts 1.0.1 release. Revision

cvs commit: jakarta-struts/doc project.xml

2002-01-09 Thread martinc
martinc 02/01/09 23:55:10 Modified:doc Tag: STRUTS_1_0_BRANCH project.xml Log: Remove reference to release candidate. Revision ChangesPath No revision No revision 1.1.2.7 +0 -1 jakarta-struts/doc

cvs commit: jakarta-struts/doc release-notes-1.0.1.xml

2002-01-09 Thread martinc
martinc 02/01/09 23:58:56 Modified:doc Tag: STRUTS_1_0_BRANCH release-notes-1.0.1.xml Log: Update release notes for official 1.0.1 release. Revision ChangesPath No revision No revision 1.1.2.4 +1 -1 jakarta

cvs commit: jakarta-struts/doc index.xml

2002-01-10 Thread martinc
martinc 02/01/10 00:07:53 Modified:doc Tag: STRUTS_1_0_BRANCH index.xml Log: Update distribution main page for Struts 1.0.1 release. Revision ChangesPath No revision No revision 1.2.2.8 +10 -22jakarta-struts

cvs commit: jakarta-struts/doc/stylesheets struts.xsl userGuide.xsl

2002-01-12 Thread martinc
martinc 02/01/12 13:30:37 Modified:doc/stylesheets struts.xsl userGuide.xsl Log: Update copyright notices for 2002. Revision ChangesPath 1.5 +2 -2 jakarta-struts/doc/stylesheets/struts.xsl Index: struts.xsl

cvs commit: jakarta-struts/doc/userGuide building_model.xml

2002-01-12 Thread martinc
martinc 02/01/12 13:34:18 Modified:doc/userGuide building_model.xml Log: Corrected sample code. PR: 5214 Submitted by: Dan Tomalesky Revision ChangesPath 1.5 +5 -4 jakarta-struts/doc/userGuide/building_model.xml Index: building_model.xml

cvs commit: jakarta-struts/doc/userGuide building_view.xml

2002-01-12 Thread martinc
martinc 02/01/12 13:38:16 Modified:doc/userGuide building_view.xml Log: Corrected sample code. PR: 5562, 5771 Submitted by: Jonathan Aquino, Aaron Suedmeyer (respectively) Revision ChangesPath 1.7 +3 -3 jakarta-struts/doc/userGuide/building_view.xml

cvs commit: jakarta-struts/doc/userGuide resources.xml

2002-01-12 Thread martinc
martinc 02/01/12 13:44:52 Modified:doc/userGuide resources.xml Log: Added several new resources. PR: 5297, 5611, 5672, 5692, 5721 Submitted by: Gilbert Bouzeid, Massimo Vassalli, Pete Carapetyan, Mikael Eriksson, Thierry Tremblay (respectively) Revision

cvs commit: jakarta-struts/doc installation.xml installation-1.0.xml

2002-01-12 Thread martinc
martinc 02/01/12 13:47:55 Modified:doc installation.xml installation-1.0.xml Log: Fixed taglib directive examples. PR: 5271 Submitted by: Paul DuBois Revision ChangesPath 1.14 +4 -4 jakarta-struts/doc/installation.xml Index: installation.xml

cvs commit: jakarta-struts/doc index.xml project.xml release-notes-1.0.1.xml release-notes.xml

2002-01-12 Thread martinc
martinc 02/01/12 13:50:59 Modified:doc index.xml project.xml release-notes-1.0.1.xml release-notes.xml Log: Updated for Struts 1.0.1 final release, plus some corrections. Revision ChangesPath 1.13 +15 -9 jakarta-struts/doc/index.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html FormTag.java

2002-01-27 Thread martinc
martinc 02/01/27 22:07:38 Modified:src/share/org/apache/struts/taglib/html FormTag.java Log: Preserve values of 'name', 'scope' and 'type' attributes so that tag reuse works correctly, according to the JSP 1.2 spec. PR: 5726 Submitted by: Alex Gleyzer Revision

cvs commit: jakarta-struts build.xml

2002-02-02 Thread martinc
martinc 02/02/02 23:44:35 Modified:.build.xml Log: The 'release' target now creates .zip, .tar and .tar.gz files. Revision ChangesPath 1.62 +53 -13jakarta-struts/build.xml Index: build.xml

cvs commit: jakarta-struts/doc struts-bean.xml struts-html.xml struts-logic.xml struts-template.xml

2002-02-05 Thread martinc
martinc 02/02/05 21:04:06 Modified:doc Tag: STRUTS_1_0_BRANCH struts-bean.xml struts-html.xml struts-logic.xml struts-template.xml Log: Update version for Struts 1.0.2 release. Revision ChangesPath

cvs commit: jakarta-struts build.xml

2002-02-05 Thread martinc
martinc 02/02/05 21:10:12 Modified:.Tag: STRUTS_1_0_BRANCH build.xml Log: Update version for Struts 1.0.2 release. Revision ChangesPath No revision No revision 1.52.2.3 +1 -1 jakarta-struts/build.xml

cvs commit: jakarta-struts build.xml

2002-02-07 Thread martinc
martinc 02/02/07 22:46:56 Modified:.Tag: STRUTS_1_0_BRANCH build.xml Log: Port the new 'release' target from the main trunk to this branch, since we are about to create a new release (1.0.2) on this branch. Revision ChangesPath No revision

cvs commit: jakarta-struts .cvsignore

2002-02-08 Thread martinc
martinc 02/02/08 22:10:22 Modified:.Tag: STRUTS_1_0_BRANCH .cvsignore Log: Ignore the 'release' directory, which contains the files for a Struts release. Revision ChangesPath No revision No revision 1.4.2.1

cvs commit: jakarta-struts/conf/share MANIFEST.MF

2002-02-08 Thread martinc
martinc 02/02/08 22:12:38 Modified:.Tag: STRUTS_1_0_BRANCH build-webapp.xml conf/share Tag: STRUTS_1_0_BRANCH MANIFEST.MF Log: Update version for Struts 1.0.2 release. Revision ChangesPath No revision

cvs commit: jakarta-struts/doc release-notes-1.0.2.xml index.xml project.xml

2002-02-08 Thread martinc
martinc 02/02/08 23:01:55 Modified:doc Tag: STRUTS_1_0_BRANCH index.xml project.xml Added: doc Tag: STRUTS_1_0_BRANCH release-notes-1.0.2.xml Log: Updates for Struts 1.0.2 release. Revision ChangesPath No revision

cvs commit: jakarta-struts/doc release-notes-1.0.2.xml index.xml project.xml

2002-02-11 Thread martinc
martinc 02/02/11 21:01:30 Modified:doc index.xml project.xml Added: doc release-notes-1.0.2.xml Log: Updates for Struts 1.0.2 release. Revision ChangesPath 1.15 +11 -12jakarta-struts/doc/index.xml Index: index.xml

cvs commit: jakarta-struts/web/exercise-taglib html-select.jsp

2002-02-20 Thread martinc
martinc 02/02/20 21:48:10 Modified:web/exercise-taglib html-select.jsp Log: Fixed a problem introduced by calling ActionForm.reset() when the FormTag instantiates the associated form bean. The initial values for the tests were not showing up. Revision ChangesPath

cvs commit: jakarta-struts/web/exercise-taglib html-select.jsp

2002-02-22 Thread martinc
martinc 02/02/22 23:10:30 Modified:doc/userGuide struts-html.xml src/exercise-taglib/org/apache/struts/webapp/exercise TestBean.java src/share/org/apache/struts/taglib/html LocalStrings.properties

cvs commit: jakarta-struts/web/example/WEB-INF struts-config.xml web.xml

2002-02-26 Thread martinc
martinc 02/02/26 22:20:59 Modified:src/share/org/apache/struts/config ConfigRuleSet.java web/example/WEB-INF struts-config.xml web.xml Log: Fix the new mechanism for loading message resources based on specification in the struts-config.xml file instead

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2002-02-28 Thread martinc
martinc 02/02/28 22:24:00 Modified:src/share/org/apache/struts/util RequestUtils.java Log: Fix two problems related to multiple sub-apps and their associated message resources: - message() should look for message resources in request context instead of page context

cvs commit: jakarta-struts/doc/userGuide struts-html.xml

2002-03-02 Thread martinc
martinc 02/03/02 19:31:13 Modified:doc/userGuide struts-html.xml Log: Removed title and titleKey attributes from html:form tag, since they are not supported by the code. PR: 6067 Submitted by: Allen Servedio, Jon Ridgway, Manuel Ledesma, Rich Hoffman Revision Changes

cvs commit: jakarta-struts/src/share/org/apache/struts/config ApplicationConfig.java ConfigRuleSet.java

2002-03-03 Thread martinc
martinc 02/03/03 21:38:24 Modified:conf/share struts-config_1_1.dtd src/share/org/apache/struts/action ActionServlet.java src/share/org/apache/struts/config ApplicationConfig.java ConfigRuleSet.java Log: Extend support

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean WriteTag.java

2002-03-06 Thread martinc
martinc 02/03/06 16:24:34 Modified:src/share/org/apache/struts/taglib/bean WriteTag.java Log: Fix a problem involving tag handler reuse, where an attribute value of the tag was being assigned within the tag handler. This fixes the same bug the previous change was intended

cvs commit: jakarta-struts/doc/proposals release-plan-1.1b1.xml

2002-03-09 Thread martinc
martinc 02/03/09 22:22:40 Modified:doc project.xml Added: doc/proposals release-plan-1.1b1.xml Log: Added release plan for Struts 1.1 Beta 1. Revision ChangesPath 1.20 +2 -0 jakarta-struts/doc/project.xml Index: project.xml

cvs commit: jakarta-struts/src/upload/org/apache/struts/webapp/upload UploadAction.java

2002-03-10 Thread martinc
martinc 02/03/10 22:13:13 Modified:src/example/org/apache/struts/webapp/example EditRegistrationAction.java EditSubscriptionAction.java LogoffAction.java LogonAction.java SaveRegistrationAction.java

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/template GetTag.java InsertTag.java

2002-03-11 Thread martinc
martinc 02/03/11 21:55:08 Modified:src/share/org/apache/struts/taglib/template GetTag.java InsertTag.java Log: Don't use the JSPException constructor which takes a Throwable, since that is available only in Servlets 2.3, and we want to remain compatible

cvs commit: jakarta-struts/contrib/tiles/web/doc/WEB-INF struts-config.xml

2002-03-13 Thread martinc
martinc 02/03/13 21:17:41 Modified:contrib/tiles/web/doc/WEB-INF struts-config.xml Log: Fix the name of the message resources element. PR: 7103 Submitted by: Steve Wilkinson Revision ChangesPath 1.7 +3 -3 jakarta-struts/contrib/tiles/web/doc/WEB-INF

cvs commit: jakarta-struts build.xml

2002-03-16 Thread martinc
martinc 02/03/16 22:02:12 Modified:.build.xml Log: Update the project version for Struts 1.1 Beta 1. Revision ChangesPath 1.65 +1 -1 jakarta-struts/build.xml Index: build.xml

cvs commit: jakarta-struts/doc/userGuide release-notes-1.1-b1.xml

2002-03-19 Thread martinc
martinc 02/03/19 19:07:13 Modified:doc index.xml news_2002.xml project.xml doc/proposals release-plan-1.1b1.xml Added: doc/userGuide release-notes-1.1-b1.xml Log: Documentation updates for Struts 1.1 Beta 1. Also some miscellaneous fixes to broken

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java

2002-06-30 Thread martinc
martinc 2002/06/30 21:10:38 Modified:src/share/org/apache/struts/action Action.java Log: Fixed in 20020701 nightly build. Revision ChangesPath 1.42 +6 -6 jakarta-struts/src/share/org/apache/struts/action/Action.java Index: Action.java

cvs commit: jakarta-struts/src/share/org/apache/struts/upload BufferedMultipartInputStream.java ContentLengthExceededException.java DiskFile.java DiskMultipartRequestHandler.java FormFile.java MaxLengthExceededException.java MultipartBoundaryInputStream.java MultipartElement.java MultipartIterator.java MultipartRequestHandler.java MultipartRequestWrapper.java MultipartValueStream.java

2002-07-05 Thread martinc
martinc 2002/07/05 21:44:08 Modified:src/share/org/apache/struts/upload BufferedMultipartInputStream.java ContentLengthExceededException.java DiskFile.java DiskMultipartRequestHandler.java FormFile.java

cvs commit: jakarta-struts/src/share/org/apache/struts/tiles ActionComponentServlet.java TilesRequestProcessor.java

2002-07-07 Thread martinc
martinc 2002/07/07 16:15:36 Modified:.STATUS src/share/org/apache/struts/action RequestProcessor.java src/share/org/apache/struts/tiles ActionComponentServlet.java TilesRequestProcessor.java Log

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-07-09 Thread martinc
martinc 2002/07/08 23:40:03 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Fix the use of the 'multipartClass' init-param so that it provides an override for the default sub-app. PR: 10542 Submitted by: Martin Cooper Revision ChangesPath

cvs commit: jakarta-struts STATUS

2002-07-09 Thread martinc
martinc 2002/07/08 23:41:44 Modified:.STATUS Log: Update for fix to Bugzilla #10542. Revision ChangesPath 1.13 +1 -2 jakarta-struts/STATUS Index: STATUS === RCS file: /home/cvs

cvs commit: jakarta-struts/doc/userGuide preface.xml

2002-07-11 Thread martinc
martinc 2002/07/11 20:59:32 Modified:doc/userGuide preface.xml Log: Just happened to notice a typo. Revision ChangesPath 1.5 +1 -1 jakarta-struts/doc/userGuide/preface.xml Index: preface.xml

cvs commit: jakarta-struts/web/exercise-taglib/WEB-INF struts-config.xml

2002-07-15 Thread martinc
martinc 2002/07/15 21:56:42 Modified:src/exercise-taglib/org/apache/struts/webapp/exercise ApplicationResources.properties web/exercise-taglib index.jsp web/exercise-taglib/WEB-INF struts-config.xml Added: web/exercise

cvs commit: jakarta-struts/src/share/org/apache/struts/config FormBeanConfig.java

2002-07-18 Thread martinc
martinc 2002/07/18 21:42:21 Modified:src/share/org/apache/struts/config FormBeanConfig.java Log: Fix a class loading bug where we were retrieving the current class loader but failing to retain it. Revision ChangesPath 1.8 +5 -5 jakarta-struts/src/share/org

cvs commit: jakarta-struts/src/upload/org/apache/struts/webapp/upload UploadForm.java

2002-07-27 Thread martinc
martinc 2002/07/27 14:53:13 Modified:.STATUS conf/share struts-config_1_1.dtd doc/userGuide building_controller.xml src/share/org/apache/struts/action ActionServlet.java src/share/org/apache/struts/config

cvs commit: jakarta-struts/src/share/org/apache/struts/upload CommonsMultipartRequestHandler.java

2002-07-31 Thread martinc
martinc 2002/07/30 23:43:18 Modified:src/share/org/apache/struts/upload CommonsMultipartRequestHandler.java Log: Fix a compatibility issue with DiskMultipartRequestHandler, so that FormFile.getFileName() returns the base file name, instead of the full

cvs commit: jakarta-struts/doc/resources powered.xml

2002-08-09 Thread martinc
martinc 2002/08/08 23:42:33 Modified:doc/resources powered.xml Log: Added Raible Designs as a Powered By Struts site. PR: 11473 Submitted by: Matt Raible Revision ChangesPath 1.5 +2 -1 jakarta-struts/doc/resources/powered.xml Index: powered.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/html NestedFormTag.java

2002-08-09 Thread martinc
martinc 2002/08/09 19:00:38 Modified:src/share/org/apache/struts/taglib/html FormTag.java src/share/org/apache/struts/taglib/nested NestedPropertyHelper.java src/share/org/apache/struts/taglib/nested/html

cvs commit: jakarta-struts/doc/userGuide release-notes-1.1-b2.xml

2002-08-12 Thread martinc
martinc 2002/08/12 21:32:09 Modified:doc/userGuide release-notes-1.1-b2.xml Log: Add known issues remaining in Struts 1.1 Beta 2. Revision ChangesPath 1.2 +60 -1 jakarta-struts/doc/userGuide/release-notes-1.1-b2.xml Index: release-notes-1.1-b2.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/util ImageButtonBean.java

2002-09-09 Thread martinc
martinc 2002/09/09 21:04:00 Added: src/share/org/apache/struts/util ImageButtonBean.java Log: New utility class to capture coordinates from an HTML input tag of type 'image'. Some minor changes from Ted's original version. Obtained from: Ted Husted Revision Changes

cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-09-10 Thread martinc
martinc 2002/09/10 12:06:28 Modified:doc/userGuide installation.xml Log: Update build requirements to specify Ant version 1.5, since we need that version to handle multiple Class-Path attributes in the manifest file. Revision ChangesPath 1.7 +1 -1 jakarta

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/tiles GetAttributeTag.java

2002-09-18 Thread martinc
martinc 2002/09/18 11:24:18 Modified:src/share/org/apache/struts/taglib/tiles GetAttributeTag.java Log: Don't call release() at the end of doEndTag(), so that attribute values are retained for tag handler reuse. This fixes a bug which caused a second

cvs commit: jakarta-struts/src/share/org/apache/struts/action ExceptionHandler.java

2002-09-21 Thread martinc
martinc 2002/09/21 22:36:37 Modified:src/share/org/apache/struts/action ExceptionHandler.java Log: Fix line ends. Revision ChangesPath 1.7 +162 -162 jakarta-struts/src/share/org/apache/struts/action/ExceptionHandler.java Index: ExceptionHandler.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionErrors.java ActionMappings.java ActionServlet.java ActionServletWrapper.java ExceptionHandler.java RequestProcessor.java

2002-09-21 Thread martinc
martinc 2002/09/21 22:46:52 Modified:src/share/org/apache/struts/action Action.java ActionErrors.java ActionMappings.java ActionServlet.java ActionServletWrapper.java ExceptionHandler.java RequestProcessor.java

cvs commit: jakarta-struts/src/share/org/apache/struts/actions DispatchAction.java ForwardAction.java IncludeAction.java LookupDispatchAction.java SwitchAction.java

2002-09-21 Thread martinc
martinc 2002/09/21 22:58:46 Modified:src/share/org/apache/struts/actions DispatchAction.java ForwardAction.java IncludeAction.java LookupDispatchAction.java SwitchAction.java Log: More cleanup identified by IDEA. Revision

cvs commit: jakarta-struts/src/share/org/apache/struts/config ActionConfig.java ApplicationConfig.java ConfigHelper.java ConfigHelperInterface.java

2002-09-21 Thread martinc
martinc 2002/09/21 23:13:57 Modified:src/share/org/apache/struts/config ActionConfig.java ApplicationConfig.java ConfigHelper.java ConfigHelperInterface.java Log: More cleanup identified by IDEA. Revision ChangesPath 1.8

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2002-10-07 Thread martinc
martinc 2002/10/07 23:16:42 Modified:src/share/org/apache/struts/util RequestUtils.java Log: Remove obsolete unused code. PR: 13281 Submitted by: Nicola Guidotto Revision ChangesPath 1.54 +4 -5 jakarta-struts/src/share/org/apache/struts/util

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html FrameTag.java

2002-10-07 Thread martinc
martinc 2002/10/07 23:22:41 Modified:src/share/org/apache/struts/taglib/html FrameTag.java Log: Output the correct text for the 'longdesc' attribute. PR: 12988 Submitted by: John Yu Revision ChangesPath 1.4 +5 -5 jakarta-struts/src/share/org/apache

cvs commit: jakarta-struts/web/exercise-taglib html-select.jsp

2002-10-08 Thread martinc
martinc 2002/10/08 22:09:36 Modified:src/exercise-taglib/org/apache/struts/webapp/exercise ApplicationResources.properties TestBean.java src/share/org/apache/struts/taglib/html OptionTag.java web/exercise-taglib html-select.jsp

cvs commit: jakarta-struts/doc/resources books.xml guis.xml powered.xml

2002-10-08 Thread martinc
martinc 2002/10/08 23:25:29 Modified:doc/resources books.xml guis.xml powered.xml Log: Various updates to external resources. PR: 12323, 12729, 13086, 13268 Submitted by: Thierry Tremblay, Azrul Azwar, James Turner, Matt Raible Revision ChangesPath 1.7 +1

  1   2   >