2008/10/14 Peter Butler <[EMAIL PROTECTED]>: >>http://struts.apache.org/2.0.11/docs/spring-plugin.html > > Thanks for the link. I did try this, but these are all still autowire > options (just using different methods of autowiring - by type, by > constructor, etc). There isn't an option here to disable autowiring > (unless I'm missing something).
In struts.xml use full class names for Action not names from spring xml config. In such way, your configuration not depends on Spring, you can remove it at any time and all Actions will be create by internal Struts class factory. Regards -- Lukasz http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

