Re: programatically add configuration

2010-04-20 Thread Bhaarat Sharma
Is this not possible to do ? can we not programmaitcally add/load struts.xml into the instance? On Mon, Apr 19, 2010 at 2:48 PM, Bhaarat Sharma wrote: > ConfigurationManager ( > http://struts.apache.org/2.0.11.1/struts2-core/apidocs/com/opensymphony/xwork2/config/ConfigurationManager.html) > AP

programatically add configuration

2010-04-19 Thread Bhaarat Sharma
ConfigurationManager ( http://struts.apache.org/2.0.11.1/struts2-core/apidocs/com/opensymphony/xwork2/config/ConfigurationManager.html) API provides a reload method that will reload the configuration settings. There is also a setConfiguration(Configuration configuration) method in there. Can this