Re: Struts 2 and Spring 4, how to get the validator or action object from spring application context

2016-09-26 Thread Lukasz Lenart
2016-09-26 11:22 GMT+02:00 Alireza Fattahi : > We are using Struts 2.5 and spring 4. The struts is configured spring as > mentioned in https://struts.apache.org/docs/spring-and-struts-2.html. > > The struts `actions` and `validators` are spring managed beans and I can > `inject` ( or `autowire`)

Struts 2 and Spring 4, how to get the validator or action object from spring application context

2016-09-26 Thread Alireza Fattahi
We are using Struts 2.5 and spring 4. The struts is configured spring as mentioned in https://struts.apache.org/docs/spring-and-struts-2.html. The struts `actions` and `validators` are spring managed beans and I can `inject` ( or `autowire`) other beans in them. This validator is working fine w