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

2007-12-01 Thread George Dadulescu
ail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Get-the-list-of-all-action-names-defined-in-struts.xml-tf4904545.html#a14103263 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

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

2007-11-30 Thread George Dadulescu
Hi. Is there any possibility to get the list of all the action names defined in struts.xml ? Struts must have a map or something where it keeps all the action names I presume ... Thanks. George -- View this message in context: http://www.nabble.com/Get-the-list-of-all-action-names-defined-in