Application is based in Struts 1.2 and spring 2.0,In struts 1.2,action classes are singleton.I like to make action as prototype by spring.For that I added the plugin in struts config file and register action class in spring with scope to prototype?.
Will it be a successful?.Struts thinks action class is singleton but in spring it is prototype,then what it be actually?