Re: [Help] executeAndWait Interceptor prob during migration

2008-11-24 Thread Nils-Helge Garli Hegvik
That I don't want to changed. > > > -Original Message- > From: Nils-Helge Garli Hegvik [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 25, 2008 10:50 AM > To: Struts Users Mailing List > Subject: Re: [Help] executeAndWait Interceptor prob during migration > >

RE: [Help] executeAndWait Interceptor prob during migration

2008-11-24 Thread nikunj
s2/inter ceptor/ExecuteAndWaitInterceptor.html -Original Message- From: ravindra [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 11:16 AM To: 'Struts Users Mailing List' Subject: RE: [Help] executeAndWait Interceptor prob during migration Hi nikunj, I think you can use Ht

RE: [Help] executeAndWait Interceptor prob during migration

2008-11-24 Thread ravindra
Hi nikunj, I think you can use HttpServletRequest (request scope) object in your utitlity class. HttpServletRequest object is threadlocal object.When executeAndWait Interceptor is in progress you can not use session or application context object but request scope will be always available to you

RE: [Help] executeAndWait Interceptor prob during migration

2008-11-24 Thread nikunj
t: Tuesday, November 25, 2008 10:50 AM To: Struts Users Mailing List Subject: Re: [Help] executeAndWait Interceptor prob during migration It's hard to give advice without knowing what your utility class do... As you point out yourself, you can't really pass the request around outsi

Re: [Help] executeAndWait Interceptor prob during migration

2008-11-24 Thread Nils-Helge Garli Hegvik
It's hard to give advice without knowing what your utility class do... As you point out yourself, you can't really pass the request around outside the thread of the request, so you probably have to change your utility class. Nils-H On Tue, Nov 25, 2008 at 6:08 AM, nikunj <[EMAIL PROTECTED]> wrote