*/
public class DataNamespacesEditorAction extends ConfigAction {
public ActionForward execute(ActionMapping mapping, ActionForm form,
UserContainer user, HttpServletRequest request, HttpServletResponse response)
throws IOException, ServletException {
DataNamespacesEditorForm namespacesForm = (DataNamespacesEditorForm) form;
String URI = namespacesForm.getURI();
String prefix = namespacesForm.getPrefix();
DataConfig dataConfig = (DataConfig) getDataConfig();
NameSpaceConfig config = null;
config = getUserContainer(request).getNamespaceConfig();