RE: [OS-webwork] XWork Component Configuration

2004-02-18 Thread Patrick Lightbody
Tim, Currently the XWork IoC container isn't nearly as powerful as Spring or Pico. That may or may not change -- I haven't decided on this yet. Your request, as well as a few others, are some things that have been lurking in the back of my head as stuff I'd like to get cleaned up for the WebWork 2.

Re: [OS-webwork] XWork Component Configuration

2004-02-18 Thread Cuong Tran
I noticed that you can load additional properties by adding "webwork.custom.properties" to webwork.properties. You can access them through Configuration.getString(name). --- Tim O'Donnell <[EMAIL PROTECTED]> wrote: > Hi all, > > Is there a way to define some default properties for a component