Am Sonntag, 27. Juli 2008 06:04:46 schrieb Arun M:
> Yes , we are using spring and hibernate also along with struts.
> Could you suggest us, where to configure to resue the beans ??

The spring plugin is described in detail at 
http://struts.apache.org/2.x/docs/spring-plugin.html
I am not using spring and do not know it very well.

If you do not create your action with struts2 but with Spring, try s.th. like
<bean id="bar" class="com.my.BarAction" singleton="false"/>
oin your applicationContext.xml

        Piero

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to