[ANNOUNCE] Struts 1.2.4 Test Build Available

2004-09-12 Thread Martin Cooper
The Struts 1.2.4 Test Build is now available here: http://cvs.apache.org/dist/struts/v1.2.4/ This build fixes some problems with the 1.2.3 Test Build, and fixes some additional outstanding issues. Once feedback has been collected on the stability and quality of this release, a determination will

[Apache Struts Wiki] Updated: StrutsRelease124

2004-09-12 Thread dev
Date: 2004-09-12T19:46:22 Editor: MartinCooper <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsRelease124 URL: http://wiki.apache.org/struts/StrutsRelease124 no comment Change Log: -- @@ -68,7

[Apache Struts Wiki] Updated: StrutsRelease124

2004-09-12 Thread dev
Date: 2004-09-12T19:30:02 Editor: MartinCooper <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsRelease124 URL: http://wiki.apache.org/struts/StrutsRelease124 no comment Change Log: -- @@ -64,10

Re: Struts CVS Dependencies on Commons Libraries e.g Collecti ons 3.1

2004-09-12 Thread robert burrell donkin
On 10 Sep 2004, at 17:45, Craig McClanahan wrote: See intermixed. On Fri, 10 Sep 2004 17:25:15 +0100, Pilgrim, Peter <[EMAIL PROTECTED]> wrote: -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] On Fri, 27 Aug 2004 12:06:08 -0500, Joe Germuska <[EMAIL PROTECTED]> wrote: At

[Apache Struts Wiki] Updated: StrutsRelease124

2004-09-12 Thread dev
Date: 2004-09-12T17:22:32 Editor: MartinCooper <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsRelease124 URL: http://wiki.apache.org/struts/StrutsRelease124 no comment Change Log: -- @@ -26,10

Re: Bug in Struts Validator

2004-09-12 Thread Martin Cooper
On Sun, 12 Sep 2004 18:45:31 -0500, Joe Germuska <[EMAIL PROTECTED]> wrote: > At 1:41 PM -0700 9/12/04, Martin Cooper wrote: > >There appears to be a bug in the way that the error messages are put > >together in the validator code. The problem shows up in both the > >server side and client side mes

Re: Bug in Struts Validator

2004-09-12 Thread Joe Germuska
At 1:41 PM -0700 9/12/04, Martin Cooper wrote: There appears to be a bug in the way that the error messages are put together in the validator code. The problem shows up in both the server side and client side messages, and I suspect appears only for messages that have more than one argument. Th

cvs commit: jakarta-struts/web/examples/WEB-INF/validator validation.xml

2004-09-12 Thread germuska
germuska2004/09/12 16:44:26 Modified:web/examples/WEB-INF/validator validation.xml Log: add 'position' attributes to multi-arg messages Revision ChangesPath 1.6 +30 -30jakarta-struts/web/examples/WEB-INF/validator/validation.xml Index: validation.xml

Bug in Struts Validator

2004-09-12 Thread Martin Cooper
There appears to be a bug in the way that the error messages are put together in the validator code. The problem shows up in both the server side and client side messages, and I suspect appears only for messages that have more than one argument. The easiest way to see the problem is in the regi

cvs commit: jakarta-struts/web/examples/exercise index.html

2004-09-12 Thread martinc
martinc 2004/09/12 13:30:48 Modified:web/examples/WEB-INF/exercise struts-config.xml web/examples/exercise index.html Log: The Errors and Messages tests need to go through the controller so that the correct message bundle is in place. Revision ChangesPath

cvs commit: jakarta-struts build-webapps.xml

2004-09-12 Thread martinc
martinc 2004/09/12 13:29:02 Modified:.build-webapps.xml Log: The tests need an image to display... Revision ChangesPath 1.31 +3 -0 jakarta-struts/build-webapps.xml Index: build-webapps.xml =

cvs commit: jakarta-struts/web/blank/WEB-INF validation.xml

2004-09-12 Thread martinc
martinc 2004/09/12 13:28:06 Modified:web/blank/WEB-INF validation.xml Log: The Commons Validator DTD requires at least one form in a formset now, so the commented out sections need to be uncommented to get struts-blank to start up successfully. Revision ChangesPath 1.

Bug report for Struts [2004/09/12]

2004-09-12 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

RE: [ANN] Bridgetown IoC Framework

2004-09-12 Thread Matthias Wessendorf
Peter, nice! seams interessting. btw. have you looked at: http://jakarta.apache.org/hivemind/ Regards, Matthias > -Original Message- > From: Peter A. Pilgrim [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 8:12 AM > To: Struts Developers List > Subject: [ANN] Bridgetown

RE: Trying to come up with a Mapping-Dispatch combo Action

2004-09-12 Thread Oren Hollander
I have written my own abstract base action which looks up and invokes a method on the action class using reflection (like DispatchAction). The difference is that I am looking for a match between any of the request parameters and a method name. This way I can have many submit buttons on a form, each