Re: [struts] help with execAndWait

2008-01-29 Thread Dale Newfield
Mazhar, Osman (Home Office) wrote: I turned debug level logging for struts and xwork packages. I see that the ParametersInterceptor is being called indeed for both scenarios (with or without execAndWait) However, one interesting thing is when I comment out the "delay" and "delaySleepInterval" pa

RE: [struts] help with execAndWait

2008-01-29 Thread Mazhar, Osman (Home Office)
from the execAndWait interceptor, I don't get this problem. Maybe this problem has to do with timing? Not sure but this is weird... -Original Message- From: Dale Newfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 3:21 PM To: Struts Users Mailing List Subject: Re: [struts] help

Re: [struts] help with execAndWait

2008-01-29 Thread Dale Newfield
Mazhar, Osman (Home Office) wrote: That is an interesting point. The bean is a hibernate object, however, I am not retrieving it from the database, but rather only trying to populate it from the form values. You should be able to tell from the call stack which interceptors have been called--ca

RE: [struts] help with execAndWait

2008-01-29 Thread Mazhar, Osman (Home Office)
ruts Users Mailing List Subject: Re: [struts] help with execAndWait Mazhar, Osman (Home Office) wrote: > I am trying to use the execAndWait interceptor. If this bean is retrieved from your DB, then it's likely the DB session is being closed. http://wiki.opensymph

Re: [struts] help with execAndWait

2008-01-29 Thread Dale Newfield
Mazhar, Osman (Home Office) wrote: I am trying to use the execAndWait interceptor. If this bean is retrieved from your DB, then it's likely the DB session is being closed. http://wiki.opensymphony.com/display/WW/HibernateAndSpringEnabledExecuteAndWaitInterceptor -Dale -

help with execAndWait

2008-01-29 Thread Mazhar, Osman (Home Office)
Hello, I am trying to use the execAndWait interceptor. My struts.xml looks like: foo.jsp foo-success.jsp foo-wait.jsp foo.jsp foo.jsp Now in my action class, I have a bean with appropriate getter and setter methods on it. The foo.jsp has a form which is mapped to at