public void init(ServletContext servletContext)
{
ModuleConfig moduleConfig = InternalUtils.ensureModuleConfig(_delegateModulePath, servletContext);
assert moduleConfig != null : "No ModuleConfig found for path " + _delegateModulePath;
_delegate = (ActionMapping) moduleConfig.findActionConfig(getPath());
// It's possible that an overloaded action method in the derived class has the
// same unqualified action path, causing the path to be reset to a disambiguated
// path that includes the form bean class type. However, in the base class module
// config, the action path does not include the form bean class type. If the