Hi
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