Re: getting the current thread inside an action

2003-09-23 Thread Kirk Wylie
riginal Message- From: James Childers [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 10:59 AM To: Struts Users Mailing List Subject: RE: getting the current thread inside an action > -Original Message- > From: Menke, John [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Se

RE: getting the current thread inside an action

2003-09-23 Thread Fenderbosch, Eric
Would HttpSession.getId() be a better temporary unique id instead of the thread? -Original Message- From: Menke, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 11:14 To: 'Struts Users Mailing List' Subject: RE: getting the current thread inside an action

RE: getting the current thread inside an action

2003-09-23 Thread Menke, John
ing to use Thread.toString() for a unique identifier to name the directory. -Original Message- From: James Childers [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 10:59 AM To: Struts Users Mailing List Subject: RE: getting the current thread inside an action > -Ori

RE: getting the current thread inside an action

2003-09-23 Thread James Childers
> -Original Message- > From: Menke, John [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 23, 2003 9:49 AM > To: Struts (E-mail) > Subject: getting the current thread inside an action > > > Is there a way to get reference to the current thread from

Re: getting the current thread inside an action

2003-09-23 Thread Michael Thompson
Thread.currentThread(); --m Menke, John wrote: Is there a way to get reference to the current thread from within an Action? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: getting the current thread inside an action

2003-09-23 Thread Mainguy, Mike
Thread.currentThread()??? -Original Message- From: Menke, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 10:49 AM To: Struts (E-mail) Subject: getting the current thread inside an action Is there a way to get reference to the current thread from within an Action

RE: getting the current thread inside an action

2003-09-23 Thread Fenderbosch, Eric
Thread currentThread = Thread.currentThread(); ??? -Original Message- From: Menke, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 10:49 To: Struts (E-mail) Subject: getting the current thread inside an action Is there a way to get reference to the current thread from

getting the current thread inside an action

2003-09-23 Thread Menke, John
Is there a way to get reference to the current thread from within an Action? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]