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

2002-07-27 Thread craigmcc
craigmcc2002/07/27 11:55:57 Modified:.STATUS src/share/org/apache/struts/util RequestUtils.java web/example/WEB-INF struts-config.xml Log: Correct recycling of DynaActionForm beans in session scope. Previously, and DynaActionForm subclass

DO NOT REPLY [Bug 10979] - DynaActionForm in session losts datas.

2002-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10979. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-07-27 Thread jholmes
jholmes 2002/07/27 14:50:22 Modified:doc/resources examples.xml Log: added Vic's basicPortal Revision ChangesPath 1.2 +2 -3 jakarta-struts/doc/resources/examples.xml Index: examples.xml

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

DO NOT REPLY [Bug 5274] - OutOfMemoryError when uploading big files

2002-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5274. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 9198] - First line feed in text parameters lost

2002-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9198. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10388] - ServletException: Multipart data doesn't start with boundary (when calling form.validate() in Action)

2002-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10388. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10953] - sub-application loses message resource

2002-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10953. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts STATUS

2002-07-27 Thread craigmcc
craigmcc2002/07/27 15:50:38 Modified:.STATUS Log: Pick off a couple more. Revision ChangesPath 1.43 +2 -4 jakarta-struts/STATUS Index: STATUS === RCS file:

DO NOT REPLY [Bug 11021] - ActionForward or html:link tag does not support absolute URIs

2002-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11021. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/src/test/org/apache/struts/util TestRequestUtils.java

2002-07-27 Thread craigmcc
craigmcc2002/07/27 16:26:09 Modified:.STATUS src/share/org/apache/struts/util RequestUtils.java src/test/org/apache/struts/mock TestMockBase.java src/test/org/apache/struts/util TestRequestUtils.java Log: Fixed computeURL() so

DO NOT REPLY [Bug 10322] - Problems with LookupDispatchAction and other locals

2002-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10322. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/src/share/org/apache/struts/actions LookupDispatchAction.java

2002-07-27 Thread craigmcc
craigmcc2002/07/27 16:49:58 Modified:.STATUS src/share/org/apache/struts/actions LookupDispatchAction.java Log: Fix LookupDispatchAction to work when the button labels are generated from other locales. PR: Bugzilla #10322

DO NOT REPLY [Bug 11089] - Data source keys are global, even when using application modules

2002-07-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11089. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-07-27 Thread craigmcc
craigmcc2002/07/27 17:17:27 Modified:.STATUS src/share/org/apache/struts/action Action.java Log: Add convenience accessors for application module specific DataSource and MessageResources instances, based on the key values specified in the data-source and

Last Few Bugs for Struts 1.1-beta-2

2002-07-27 Thread Craig R. McClanahan
It looks like we're on the home stretch for fixing the remaining bugs standing in the way of a 1.1-beta-2 release. Could someone (especially David) take a look at the outstanding bug reports against validator (both here and on commons)? If the proposed patches look reasonable but you don't have

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

2002-07-27 Thread craigmcc
craigmcc2002/07/27 19:25:58 Modified:doc/userGuide index.xml preface.xml Log: Check in a bunch more pointers to further information, and start filling out the sections on servlet topics. Revision ChangesPath 1.13 +10 -8 jakarta-struts/doc/userGuide/index.xml

Re: Last Few Bugs for Struts 1.1-beta-2

2002-07-27 Thread @Basebeans.com
Subject: Re: Last Few Bugs for Struts 1.1-beta-2 From: Vic C [EMAIL PROTECTED] === Bug 8798 and the bug has an attached CVS source code to fix it. When you do multi row update (which my clients do a lot) you also want multi row validation to work. Not sure if it is a show stoper. (so then