}
log.debug("Initializing Calyxo Forms for Struts module '" + context.getName() + "'.");
service = new FormsService();
FormFactory factory = new Factory();
factory.init(context);
try {
service.init(context, new StrutsFormsSupport(moduleConfig), factory, config);
} catch (ConfigException e) {
throw new ServletException(e);
}