Re: Is it possible to add Action configuration dynamically after the struts has been loaded

2010-12-17 Thread Maurizio Cucchiara
Maybe there is a better way than orchestrating directly a low level api. What do you need exactly? Why don't you simple use wildcard mapping [1]? [1] http://struts.apache.org/2.1.8/docs/wildcard-mappings.html Maurizio Cucchiara On Dec 18, 2010 2:04 AM, "wusheng zhang" wrote: > I have some actio

Is it possible to add Action configuration dynamically after the struts has been loaded

2010-12-17 Thread wusheng zhang
I have some action definition xml fragments generated by some general-action, I just want to update the action mapping by the so called 'general-action' at run time, and let them serves the following requests. I found the org.apache.struts2.config.StrutsXmlConfigurationProvider object can be retr