//description
HyperlinkHelper hh = new HyperlinkHelper(page, toolkit);
FormText desc = hh.createFormText(mappingConfigSection, "MappingsSection.mappingconfig_sdesc");
mappingConfigSection.setDescriptionControl(desc);
configComposite = new ConfigurationOptionComposite(mappingConfigSection, toolkit, true, modelManager.getModel());
mappingConfigSection.setClient(configComposite);
}