Struts with spring 1.2

2005-06-01 Thread Rodolfo García Esteban/CYII
Hi, I´m testing spring framework and it uses struts 1.1, is it posible upgrade to struts 1.2.7 changing struts.jar, what new posibilities of struts 1.2.7 will not be possible to use? Thanks Rodolfo

Re: Struts with spring 1.2

2005-06-01 Thread Anders Sveen
Hi Rodolfo, We are using Spring 1.2 with Struts 1.2.6 . At least with our setup, we found that if we wanted to use Dependency Injection with Spring into our actions, we would not be able to use our wildcard mappings. So instead we just let our actions inherit from DispatchActionSupport, get the Ap

Re: Struts with spring 1.2

2005-06-02 Thread Joe Germuska
At 8:41 AM +0200 6/2/05, Anders Sveen wrote: Hi Rodolfo, We are using Spring 1.2 with Struts 1.2.6 . At least with our setup, we found that if we wanted to use Dependency Injection with Spring into our actions, we would not be able to use our wildcard mappings. So instead we just let our actions

Re: Struts with spring 1.2

2005-06-02 Thread Laurie Harper
Joe Germuska wrote: Note that it's also possible to override the "determineBeanName" method in DelegatingActionProxy so that you could use some different logic -- for example, use the "parameter" property of the ActionMapping to specify a single Spring bean name instead of dealing with the vola