RE: struts with spring

2007-08-14 Thread Corro Fuentes, Gerardo
Any if these: http://www.docjar.com/s.jsp?q=org%2Fjboss%2Futil%2Ffile%2FArchiveBrowser &t=q -Mensaje original- De: Musachy Barroso [mailto:[EMAIL PROTECTED] Enviado el: martes, 14 de agosto de 2007 16:34 Para: Struts Users Mailing List Asunto: Re: struts with spring missing depend

Re: struts with spring

2007-08-14 Thread Musachy Barroso
missing dependency? java.lang.NoClassDefFoundError: org/jboss/util/file/ArchiveBrowser musachy On 8/14/07, sandyg <[EMAIL PROTECTED]> wrote: > > am getting the error when am running the demo prog of struts 2 person inf. > > org.springframework.beans.factory.BeanCreationException: Error creating

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

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-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