RE: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread nikunj
l Message- > From: Nils-Helge Garli Hegvik [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 27, 2008 4:36 PM > To: Struts Users Mailing List > Subject: Re: ExecuteAndWaitInterceptor Issue - Not getting request object at > some where > > What is it that you're tryin

Re: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread Nils-Helge Garli Hegvik
Garli Hegvik [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 27, 2008 4:36 PM > To: Struts Users Mailing List > Subject: Re: ExecuteAndWaitInterceptor Issue - Not getting request object at > some where > > What is it that you're trying to do with this code? It will be eas

RE: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread nikunj
] Sent: Thursday, November 27, 2008 4:36 PM To: Struts Users Mailing List Subject: Re: ExecuteAndWaitInterceptor Issue - Not getting request object at some where What is it that you're trying to do with this code? It will be easier to help if you show us what you're actually trying

Re: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread Nils-Helge Garli Hegvik
What is it that you're trying to do with this code? It will be easier to help if you show us what you're actually trying to achieve (although I have a feeling based on your previous questions...). Nils-H On Thu, Nov 27, 2008 at 11:24 AM, nikunj <[EMAIL PROTECTED]> wrote: > Dear All, > > > > I am

RE: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread nikunj
ot getting request object at some where Try using this, Thread.currentThread().sleep(10); instead of Thread.sleep(10); _ From: nikunj [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2008 3:54 PM To: 'Struts Users Mailing List' Subject: ExecuteAndWaitInterceptor

Re: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread stewart
I will be out of the office, and mostly without email access, until Dec 1. Please contact the One World office, 605-845-7172, with any general needs, and Danny Nickels, [EMAIL PROTECTED], at the same number, for any technical or integration issues. If this is an emergency, please feel free to c

RE: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread ravindra
Try using this, Thread.currentThread().sleep(10); instead of Thread.sleep(10); _ From: nikunj [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2008 3:54 PM To: 'Struts Users Mailing List' Subject: ExecuteAndWaitInterceptor Issue - Not getting request object at

ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread nikunj
Dear All, I am using ExecuteAndWaitInterceptor. Action contain following code in execute method. 1. for(int i=0; i<10; i++) 2. { 3.Thread.sleep(10); 4.logger.debug(i+ ") Name : "+Thread.currentThread().getName()); 5.logger.debug("request : " +