Okay, I have an object that operates as a singleton and is created by spring. There are a number of properties that define support email addresses. I want to be able to store these values in a separate .properties so that i can easily use different files for testing and production. So my questions are:
- How can I get the properties from an arbitrary object that is created by spring (and if I have to create a resource bundle myself how do i get the locale)? - How do you load additional .properties files? Thanks. :) -- Dan Adams Software Engineer Interactive Factory --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
