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
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
]
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
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
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
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
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
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 : " +
8 matches
Mail list logo