Hello i can't understand if ActionForm is threadsafe. will all my attribute instance will be safe?
On RequestUtils i saw : /** * Create (if necessary) and return an ActionForm instance appropriate * for this request. If no ActionForm instance is required, return * <code>null</code>. **/ public static ActionForm createActionForm( What (if necessary) means? can i do this: public class ModifyNewsForm extends ValidatorForm{ private String subject; [..] private MyLocaleThreadResource resource; ... Thanx! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]