hi,
Am I correct that only one Action instance is being created by the server?. I mean all users/threads share the same instance? Base on this I surmise that if I extend Action like that:
public abstract class MyAction extends Action {
protected static final IAuthorizer auth=new MyAuthorizer();
}
and afterwards extend my action classes from modified one I'll have one auth object?
Does it apply to ActionForm object,too? (one form object shared by all users/threads). What about different values entered by different users in different sessions?
Rgs
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]