Re: Get the list of all action names defined in struts.xml

2007-12-01 Thread George Dadulescu
Thanks for the help. It did point me in the good direction. Here is the answer: RuntimeConfiguration runtimeConfiguration = Dispatcher.getInstance().getConfigurationManager().getConfiguration().getRuntimeConfiguration(); Map actionConfigs = runtimeConfiguration.getActionConfig

Re: Get the list of all action names defined in struts.xml

2007-11-30 Thread Gary Affonso
George Dadulescu wrote: Hi. Is there any possibility to get the list of all the action names defined in struts.xml ? It's in the RunTimeConfiguration. Something like... RuntimeConfiguration runtimeConfiguration = ConfigurationManager.getConfiguration().getRuntimeConfiguration(); A