Webwork configuration can be made to pull from multiple locations... I
don't think we want to introduce any dependencies on
commons-*....
-----Original Message-----
From: Eric Pugh [mailto:[EMAIL PROTECTED]
Sent: Monday, October 27, 2003 3:00 AM
To: [EMAIL PROTECTED]
Subject: [OS-webwork] Loading Configurable data for WW applicationsHi all,I am working through porting an existing error handling code over to a WebWork action. In my old code, I load up from a configuration object the email to send a message to, the recipient name, and any cc email addresses.In my previous app I used Commons-Configuration to load up a configuration object that pulled from multiple sources this information. Would there be any interest is submitting the same thing for WebWork? I was looking at implementing either an adapter so that the com.opensymphony.webwork.config.Configuration object was pulling from a commons-configuration Configuration object, or, submit as a seperate component a Configuration object that can be loaded up as an Avalon component.Eric Pugh