throws Exception{
AccessController.checkAccess(context.getServiceContext(),
ACL_EDIT_JMANAGE_CONFIG);
JManageProperties jmanageProperties = JManageProperties.getInstance();
ConfigureForm configureForm = (ConfigureForm)actionForm;
jmanageProperties.storeMaxLoginAttempts(configureForm.getMaxLoginAttempts());
return mapping.findForward(Forwards.SUCCESS);
}
}