Thread.currentThread().sleep(10); instead of Thread.sleep(10);
_____
From: nikunj [mailto:nmulani@(protected)] Sent: Thursday, November 27, 2008 3:54 PM To: 'Struts Users Mailing List' Subject: ExecuteAndWaitInterceptor Issue - Not getting request object at some where
Dear All,
I am using ExecuteAndWaitInterceptor.
Action contain following code in execute method.
1. for(int i=0; i<100000; i++)
2. {
3. Thread.sleep(10);
4. logger.debug(i+ ") Name : "+Thread.currentThread().getName());