service.init(context, new StrutsFormsSupport(moduleConfig), factory, config);
} catch (ConfigException e) {
throw new ServletException(e);
}
AccessSupport access = AccessSupport.getInstance(context);
access.put("forms", new FormsAccessor(context));
// If there's no message-resources declared for the validation message, we do this here.
// However, we don't install messages if they have been declared in the default module
// or the module attribute is already in use.
String bundle = I18nSupport.getInstance(context).resolveBundle("calyxo-forms-validators");