XML Config: viewpoints

2002-07-30 Thread Paul Kelly
I'm looking for some constructive thoughts on use and/or over-use of xml configuration within struts. The idea has been in my head for a while after blowing up application's numerous times with that small typo in a config file! Some thoughts... - Is it such a good idea to pour much of

DO NOT REPLY [Bug 11283] New: - Default method in DispatcherAction

2002-07-30 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=11283. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11283] - Default method in DispatcherAction

2002-07-30 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=11283. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Any tool for directly formatting existing code in Apache form at?

2002-07-30 Thread wbchmura
I use Jalopy and CheckStyle on my code. Jalopy is nice, but you need to configure it before you run it to match the standards... It has yet to screw up my code on me! -Original Message- From: Paul.Kelly [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 11:18 PM To: struts-dev

DO NOT REPLY [Bug 11267] - bean:message bug

2002-07-30 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=11267. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[Tiles] DTD IDs

2002-07-30 Thread Bill Willis
Hello all, It would be nice to have ID attributes added to at least some of the Tiles elements. This would be similar to the Struts DTD. ID fields are very helpful to tools. Any plans to add these? If I add them myself and submit a revised DTD, is there a good chance of getting it committed?

Re: XML Config: viewpoints

2002-07-30 Thread Joe Germuska
At 5:05 PM +1000 2002/07/30, Paul Kelly wrote: I'm looking for some constructive thoughts on use and/or over-use of xml configuration within struts. The idea has been in my head for a while after blowing up application's numerous times with that small typo in a config file! Paul: You make some

DO NOT REPLY [Bug 11267] - bean:message bug

2002-07-30 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=11267. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: XML Config: viewpoints

2002-07-30 Thread Craig R. McClanahan
On Tue, 30 Jul 2002, Paul Kelly wrote: Date: Tue, 30 Jul 2002 17:05:43 +1000 From: Paul Kelly [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: XML Config: viewpoints I'm looking for some constructive thoughts on

RE: XML Config: viewpoints

2002-07-30 Thread Kevin . Bedell
Some thoughts... - Is it such a good idea to pour much of fundamental application design into xml files? - Should config files be confined to things such as database parameters? - Tendency for xml config to become a mini programming language in itself - Lacks type safety, syntax checking

RE: XML Config: viewpoints

2002-07-30 Thread Martin Cooper
Corrected link: http://www.objectventure.com/products/objectassembler.html -- Martin Cooper -Original Message- From: Bill Willis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 11:20 AM To: Struts Developers List Subject: RE: XML Config: viewpoints Some thoughts...

Incompatibilities with new fileupload package in nightly build (fwd)

2002-07-30 Thread Craig R. McClanahan
Forwarding an experience report on the new commons-fileupload code -- Erich is having problems with the mailing list. Martin, you'll undoubtedly want to take a look at this. Craig -- Forwarded message -- Date: Wed, 31 Jul 2002 00:19:12 +0200 From: Erich Meier [EMAIL PROTECTED]

RE: [Tiles] DTD IDs

2002-07-30 Thread Martin Cooper
Sounds like a good idea to me. However, rather than submitting an updated copy of the DTD, what I would suggest is that you open a bug report at Bugzilla, and add a patch as an attachment. The process is described here: http://jakarta.apache.org/site/bugs.html Thanks! -- Martin Cooper

RE: [Tiles] DTD IDs

2002-07-30 Thread James Holmes
+1 -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- Martin Cooper [EMAIL PROTECTED] wrote: Sounds like a good idea to me. However, rather than submitting an updated copy of the DTD, what I would suggest is that you open a bug report at Bugzilla, and add a patch as an

cvs commit: jakarta-struts STATUS

2002-07-30 Thread jholmes
jholmes 2002/07/30 18:44:06 Modified:.STATUS Log: add 11302 Revision ChangesPath 1.47 +3 -2 jakarta-struts/STATUS Index: STATUS === RCS file: /home/cvs/jakarta-struts/STATUS,v

RE: [Tiles] DTD IDs

2002-07-30 Thread Bill Willis
roger wilco Regards, Bill -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 9:32 PM To: 'Struts Developers List' Subject: RE: [Tiles] DTD IDs Sounds like a good idea to me. However, rather than submitting an updated copy of the DTD, what I

Quick guide to using debug logging in unit tests?

2002-07-30 Thread David M. Karr
Could someone give me a concise pointer to figuring out exactly how logging would work in unit tests built like the Struts tags unit tests? I'm using LogFactory to get a Log and calling log.debug(...), but I realize that I'm unsure how I actually turn on logging, or control it (outside of code).