RE: ActionForms Thread Safe

2004-02-22 Thread Andrew Hill
thread is processing an action so they are always thread safe) -Original Message- From: Amish Patel [mailto:[EMAIL PROTECTED] Sent: Sunday, 22 February 2004 02:18 To: [EMAIL PROTECTED] Subject: ActionForms Thread Safe Hello All, I am new to struts. I have been reading about

ActionForms Thread Safe

2004-02-21 Thread Amish Patel
Hello All, I am new to struts. I have been reading about it and they way I understand the framework instantiate ActionForm is as follows. .. 1) Check to see if an instance of the ActionForm already has been created. 2) If an ActionForm instance is present in the appropriate scope and it's

Re: ActionForms Thread Safe

2004-02-21 Thread Hubert Rabago
Different clients use different requests and different sessions. Therefore, different users end up with different AF instances. If you use request scope for your AF, then even different requests from the same client will be using different AF instances. hth, Hubert --- Amish Patel [EMAIL