http://www.nabble.com/Spring-scope-prototype-and-Struts-Action-to21341870.html
On Thu, Jan 8, 2009 at 4:30 AM, e_sli...@yahoo.it wrote:
> Hi folks!
>
>
>
> Following the Struts 2 + Spring 2 + JPA + AJAX Tutorial
> (http://struts.apache.org/2.0.14/docs/struts-2-spri
Hi folks!
Following the Struts 2 + Spring 2 + JPA + AJAX Tutorial
(http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html)
I'm declaring my Spring bean HelloWorldAction with scope prototype and then the
action in struts.xml using the bean reference.
As far as the scope is p
Emanuele Ghevre wrote:
As far as the scope is prototype I'm expecting Spring to create a new
HelloWorldAction object "every time an object of that type is requested".
But during my Tomcat boot I can see Spring creating an HelloWorldAction
object. Is it normal? I thought this behaviour was only f
Hi folks!
Following the Struts 2 + Spring 2 + JPA + AJAX Tutorial
(http://struts.apache.org/2.0.14/docs/struts-2-spring-2-jpa-ajax.html)
I'm declaring my Spring bean HelloWorldAction with scope prototype and
then the action in struts.xml using the bean reference.
As far as the scope is prot
I am having a problem getting Spring to instantiate my Actions beans. I
have configured my Actions in application.xml and am referencing the bean id
name from struts.xml. I see the beans instantiated when the application
server starts (I have log4J in the constructors) but never again after
that
5 matches
Mail list logo