We are currently using struts 2.0.14 with Spring.

Is there any way of modifying the order of the config files for Struts2
plug-in modules?
Currently, we have a "Basic" web app with a "default" package in which we
define an "adminCheck" interceptor stack.

Besides, we have an "Advanced" web app, which is supposed to be the "Basic"
plus additional features. This we have implemented like a struts-plugin.xml.

I would like to use for some actions of this plugin the "adminCheck"
interceptor stack.
This does not seem to work as the load order is struts-plugin.xml first,
then struts.xml.

Is this possible at all? Any other better solution?

Josep

Reply via email to