This is regarding Struts1.x
- Do
Action
classes have a scope like form beans do? - Is a new
Action
instance created for each user session? - If two users use the same action class at a time, will they have two different action class objects, or the same one?
Thanks in advance.