Re: [appfuse-user] Struts 2 Action w/ Multiple Methods and Hibernate Session in Spring

2008-05-15 Thread Dustin Pearce
So Spring is configured to automagically create and handle transactions for your managers with the following code in appfuse's applicationContext-service.xml: ... pointcut="execution(* *..service.*Manager.*(..))" order="2"/> ...

[appfuse-user] Struts 2 Action w/ Multiple Methods and Hibernate Session in Spring

2008-05-15 Thread Doug Pham
Hi All, My problem with the spring manage hibernate session continues. I have a struts 2 action with multiple method. My first call to the action display the information of my item which renders the information to a form. Once the user has edited or updated the form, it gets submitted and