private ModuleContext context;
private FormsService service;
public void init(ActionServlet servlet, ModuleConfig moduleConfig) throws ServletException {
StrutsModuleGroup modules = StrutsModuleGroup.getInstance(servlet);
context = modules.getStrutsModuleContext(moduleConfig);
if (context == null) {
throw new ServletException("No module context! BasePlugIn installed?");
}
log.debug("Initializing Calyxo Forms for Struts module '" + context.getName() + "'.");