I was going through the API's and came across this
method<http://www.jarvana.com/jarvana/view/org/apache/struts/struts2-core/2.1.8/struts2-core-2.1.8-javadoc.jar!/com/opensymphony/xwork2/config/impl/DefaultConfiguration.html#getRuntimeConfiguration()>

It is getRuntimeConfiguration() in class DefaultConfiguration

Does anyone know how I can access this method from my code??

I know how to get hold of the configurationManager by doing:
Dispatcher.getInstance().getConfigurationManager()

but how do we gain access to the runtimeconfiguration?

Reply via email to