RE: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-27 Thread Martin Cooper
> -Original Message- > From: Don Brown [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 27, 2004 2:10 PM > To: Struts Developers List > Subject: Re: Adding new Struts features/sub-projects (was [Bug 28609] - > Scriptable Actions Support) > > > I think it goes without saying I'd be on the

RE: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-27 Thread Martin Cooper
> -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 27, 2004 1:17 PM > To: Struts Developers List > Subject: Re: Adding new Struts features/sub-projects (was [Bug 28609] - > Scriptable Actions Support) > > > We might just follow the same general proced

RE: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-27 Thread Martin Cooper
> -Original Message- > From: Steve Raeburn [mailto:[EMAIL PROTECTED] > Sent: Monday, April 26, 2004 10:55 PM > To: Struts Developers List > Subject: RE: Adding new Struts features/sub-projects (was [Bug 28609] - > Scriptable Actions Support) > > > Some ideas, not neccessarily complete or

RE: TilesServlet deleted

2004-04-27 Thread Matt Raible
Jason - shoot me an e-mail (matt at raibledesigns dot com) and we can write up a couple of paragraphs in a proposal. Thanks, Matt > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 27, 2004 2:26 PM > To: Struts Developers List > Subject: RE: TilesSe

RE: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-27 Thread Martin Cooper
> -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 26, 2004 10:21 PM > To: Struts Developers List > Subject: Re: Adding new Struts features/sub-projects (was [Bug 28609] - > Scriptable Actions Support) > > > The sad truth is that many teams that do us

RE: Struts-Chain App [was TilesServlet deleted]

2004-04-27 Thread Martin Cooper
> -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 27, 2004 1:11 PM > To: Struts Developers List > Subject: Re: Struts-Chain App [was TilesServlet deleted] > > > On Tue, 27 Apr 2004 06:04:26 -0700 (PDT), David Graham wrote: > >1.1.3 can be cut anytime

RE: TilesServlet deleted

2004-04-27 Thread Martin Cooper
> -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 27, 2004 10:36 AM > To: Struts Developers List > Subject: RE: TilesServlet deleted > > > On Mon, 26 Apr 2004 21:10:53 -0700, Martin Cooper wrote: > >> -Original Message- > >> From: David Graha

RE: TilesServlet deleted

2004-04-27 Thread Martin Cooper
> -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 27, 2004 3:45 AM > To: Struts Developers List > Subject: RE: TilesServlet deleted > > > On Mon, 26 Apr 2004 21:10:53 -0700, Martin Cooper wrote: > > >> From: David Graham [mailto:[EMAIL PROTECTED] > >>

DO NOT REPLY [Bug 28641] - struts-doco of wildcards is wrong :-)

2004-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28641] New: - struts-doco of wildcards is wrong :-)

2004-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: struts-docu

2004-04-27 Thread Don Brown
Thanks, good catch, but next time, please submit a bug ticket to make sure it gets tracked. Don Matthias Wessendorf wrote: Hello, i just saw on struts-homepage (wildcard-mapping-section), http://jakarta.apache.org/struts/userGuide/building_controller.html#acti on_mapping_wildcards that there

cvs commit: jakarta-struts/xdocs/userGuide building_controller.xml

2004-04-27 Thread mrdon
mrdon 2004/04/27 15:34:01 Modified:doc/userGuide building_controller.xml xdocs/userGuide building_controller.xml Log: Fixed incorrect listing of action mapping attributes affected by wildcards (thanks Matthias Wessendorf) Revision ChangesPath 1.79

Re: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-27 Thread Don Brown
I think it goes without saying I'd be on the list, but just in case... :) So, in this scripting subproject, could this perhaps someday host a continuations-based scripting flow implementation? Dave Johnson has been doing some good work pulling Cocoon's flow out of Cocoon and I think a Struts

Re: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-27 Thread Joe Germuska
I'd be happy to be one of the Committers named on a proposal to create a scripting subproject. You can add me to that list. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This

RE: TilesServlet deleted

2004-04-27 Thread Ted Husted
On Tue, 27 Apr 2004 11:39:03 -0400, Jason Pratt wrote: > I'll help out on that... > I love tiles, it has made my life a lot easier. I've a feeling Matt ~wants~ to be interested too :) :) You guys might try putting together a proposal that we post to the relevant parties. On Mon, 26 Apr 2004 07:4

Re: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-27 Thread Ted Husted
We might just follow the same general procedure we've used for Jakarta, the Commons, and the Incubator. * A Struts subproject is created in response to a proposal to the DEV list. * The proposal must be made by a Struts Committer and name two other Struts Committers who are willing to support t

struts-docu

2004-04-27 Thread Matthias Wessendorf
Hello, i just saw on struts-homepage (wildcard-mapping-section), http://jakarta.apache.org/struts/userGuide/building_controller.html#acti on_mapping_wildcards that there is NO entry for 'name'-attribute for xml-element *action* but it is possible to use name for formBean-entries with wildcard-stu

Re: Struts-Chain App [was TilesServlet deleted]

2004-04-27 Thread Ted Husted
On Tue, 27 Apr 2004 06:04:26 -0700 (PDT), David Graham wrote: >1.1.3 can be cut anytime; care to volunteer :- ) ? Sure! I'll try to cut it Friday night. -Ted. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Struts-Chain App [was TilesServlet deleted]

2004-04-27 Thread Robert Leland
> -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED]> > Once we bring Chain down from contrib, I'd like to bring that one over here. > > I am planning to do a "generic" sample app for Commons Chain. Doing the Struts one > first was simply a convenience. > > It would be

RE: TilesServlet deleted

2004-04-27 Thread Ted Husted
On Mon, 26 Apr 2004 21:10:53 -0700, Martin Cooper wrote: >> -Original Message- >> From: David Graham [mailto:[EMAIL PROTECTED] >> >> IMO, commons is the wrong place for Tiles. >> > > That was my initial reaction as well, so I went off to look at the > Commons charter, and discovered that it

DO NOT REPLY [Bug 28623] - validateExactLength() method in FieldChecks ?

2004-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28623] - validateExcatLength()-method in FieldChecks ?

2004-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: TilesServlet deleted

2004-04-27 Thread Jason Pratt
I'll help out on that... I love tiles, it has made my life a lot easier. Jason -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 6:45 AM To: Struts Developers List Subject: RE: TilesServlet deleted On Mon, 26 Apr 2004 21:10:53 -0700, Mart

RE: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-27 Thread David Graham
--- Steve Raeburn <[EMAIL PROTECTED]> wrote: > Some ideas, not neccessarily complete or well-formed... > > > -Original Message- > > From: David Graham [mailto:[EMAIL PROTECTED] > > Sent: April 26, 2004 9:44 PM > > To: Struts Developers List > > Subject: Re: Adding new Struts features/sub-

Re: Struts-Chain App [was TilesServlet deleted]

2004-04-27 Thread David Graham
--- Ted Husted <[EMAIL PROTECTED]> wrote: > The Validator bottleneck is starting to feel like the 1.1 Death March > again :( What bottleneck? There were problems with the 1.1.2 distro so it died in alpha; those issues should be fixed in the 1_1_2 branch (HEAD is for 1.2.0). 1.1.3 can be cut a

RE: Adding new Struts features/sub-projects (was [Bug 28609] - Scriptable Actions Support)

2004-04-27 Thread Joe Germuska
> IMO, the BSF actions are a perfect example of a core Struts feature (ie. Actions) allowing many neat implementations that don't have to be supported by the core project. But to make life easier for Struts' users, we can provide useful, trusted, proven extensions from the same place they alread

DO NOT REPLY [Bug 28623] - validateExcatLength()-method in FieldChecks ?

2004-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: Adding method to FieldChecks (was [Bug 28623] New: - validateExcatLength()-method in FieldChecks ?)

2004-04-27 Thread Matthias Wessendorf
missing also in validation.xml something like this: exact 5 cheers, > -Original Message- > From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 27, 2004 1:41 PM > To: 'Struts Developers List' > Subject: Adding method to FieldChecks (was [Bug

Adding method to FieldChecks (was [Bug 28623] New: - validateExcatLength()-method in FieldChecks ?)

2004-04-27 Thread Matthias Wessendorf
moving to struts-dev with it, to become perhaps more discussion :) any ideas, comments on such a method ? the only thing is missing is a correspondent java_script_method of course, the "if (value.length() != exact)"-statement can be moved to GenericValidator.excatLength() and of course isSt

DO NOT REPLY [Bug 28623] New: - validateExcatLength()-method in FieldChecks ?

2004-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28613] - Multipart data corrupts as CommonsMultipartRequestHandler does not set headerEncoding

2004-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: TilesServlet deleted

2004-04-27 Thread Ted Husted
On Mon, 26 Apr 2004 21:10:53 -0700, Martin Cooper wrote: >> From: David Graham [mailto:[EMAIL PROTECTED] >> I would support moving it into >> its own Jakarta project (again) if it meant more developer >> support for it. > I think that probably makes more sense, and would support that too. > I tho

[OT] Test 1 2 3 4

2004-04-27 Thread Pilgrim, Peter
Test 1 2 3 4 -- Peter P == This message is for the sole use of the intended recipient. If you received this message in error please delete it and notify us. If this message was misdirected, CSFB does not waive any confide

Struts-Chain App [was TilesServlet deleted]

2004-04-27 Thread Ted Husted
On Mon, 26 Apr 2004 21:10:53 -0700, Martin Cooper wrote: > fChain has a Struts app in there > (which I'm not all that happy about, because of the cross- > dependency, but that's another thread). Once we bring Chain down from contrib, I'd like to bring that one over here. I am planning to do a "g

DO NOT REPLY [Bug 28613] - Multipart data corrupts as CommonsMultipartRequestHandler does not set headerEncoding

2004-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28618] New: - validateUrl() is missing in validator-rules.xml

2004-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28613] - Multipart data corrupts as CommonsMultipartRequestHandler does not set headerEncoding

2004-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28606] - nested inside a is null

2004-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28613] New: - Multipart data corrupts as CommonsMultipartRequestHandler does not set headerEncoding

2004-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu