Re: Extending the struts config

2002-11-06 Thread Eddie Bush
You betcha man ;-) Michael Delamere wrote: Thank you! -- Eddie Bush -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Extending the struts config

2002-11-05 Thread Michael Delamere
Eddie, you said once (if I remeber correctly), that you extended the struts-config.xml to accommodate your own configuration settings. I would appreciate it if you took a minute or two in answering my questions :-) : Did this involve a lot of overhead? Are you having to change the dtd? -

Re: Extending the struts config

2002-11-05 Thread Joe Germuska
For a couple of months now Struts has not required a *valid* struts-config.xml file, which is very helpful. In a general sense you can subclass the various configuration classes (like ActionMapping) and set arbitrary properties on them in struts-config (with set-property). It may be cleanest

RE: Extending the struts config

2002-11-05 Thread Michael Delamere
;Germuska.com] Sent: Dienstag, 5. November 2002 16:04 To: Struts Users Mailing List Subject: Re: Extending the struts config For a couple of months now Struts has not required a *valid* struts-config.xml file, which is very helpful. In a general sense you can subclass the various configuration

RE: Extending the struts config

2002-11-05 Thread Joe Germuska
At 4:14 PM +0100 2002/11/05, Michael Delamere wrote: Well, I tried adding a parameter to my action mapping and SAX complained! (Must be declared etc...) I believe that the warnings are still issued, but Struts works anyway. Here's the CVS log for ActionServlet: revision 1.118 date:

Re: Extending the struts config

2002-11-05 Thread Eddie Bush
Michael Delamere wrote: Eddie, you said once (if I remeber correctly), that you extended the struts-config.xml to accommodate your own configuration settings. Incorrect. I used a seperate XML config and used digester to parse/instantiate things. I would appreciate it if you took a minute

Re: Extending the struts config

2002-11-05 Thread Michael Delamere
: Tuesday, November 05, 2002 10:37 PM Subject: Re: Extending the struts config Michael Delamere wrote: Eddie, you said once (if I remeber correctly), that you extended the struts-config.xml to accommodate your own configuration settings. Incorrect. I used a seperate XML config and used

Re: Extending the struts config

2002-11-05 Thread Craig R. McClanahan
On Tue, 5 Nov 2002, Eddie Bush wrote: Date: Tue, 05 Nov 2002 15:37:54 -0600 From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Extending the struts config Michael Delamere wrote: Eddie

Re: Extending the struts config

2002-11-05 Thread Michael Delamere
Thank you! - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 12:16 AM Subject: Re: Extending the struts config On Tue, 5 Nov 2002, Eddie Bush wrote: Date: Tue, 05 Nov 2002 15:37:54