If the bean you want has an id of "Config", then you would use getModelGlue().getConfigBean("Config")
ChiliBeans was one bean per xml file. ColdSpring is many beans per xml file.
On 5/5/06, Brian Billings <[EMAIL PROTECTED]> wrote:
All,
In order to set up coldspring I had to make my bean mapping map to the
CS xml file like below:
<setting name="beanMappings" value="/CSTEST/config/beans/CSTest.xml" />
Before I only had it set to /CSTEST/config/beans and I was able to use
getModelGlue().getConfigBean(" Config.xml") in my controller for a
file name Config.xml that resided in the "beans" directory.
Now that I implemented coldspring
getModelGlue().getConfigBean("Config.xml") does not work. How should
I manage that config data now?
