<% /******************************************************************************* * Copyright (c) 2001, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ %> <%@ page contentType="text/html; charset=UTF-8" import="org.eclipse.wst.ws.internal.explorer.platform.uddi.datamodel.*, org.eclipse.wst.ws.internal.explorer.platform.uddi.perspective.*, org.eclipse.wst.ws.internal.explorer.platform.uddi.constants.*, org.eclipse.wst.ws.internal.explorer.platform.perspective.*, org.eclipse.wst.ws.internal.explorer.platform.datamodel.*, org.eclipse.wst.ws.internal.explorer.platform.constants.*, org.eclipse.wst.ws.internal.explorer.platform.util.*, org.uddi4j.datatype.*, org.uddi4j.util.*, java.util.*" %> <% UDDIPerspective uddiPerspective = controller.getUDDIPerspective(); NodeManager navigatorManager = uddiPerspective.getNavigatorManager(); Node selectedNode = navigatorManager.getSelectedNode(); ToolManager currentToolManager = selectedNode.getCurrentToolManager(); FormTool formTool = (FormTool)(currentToolManager.getSelectedTool()); UDDIMainNode uddiMainNode = (UDDIMainNode)navigatorManager.getRootNode(); RegistryNode regNode = uddiMainNode.getRegistryNode(selectedNode); RegistryElement regElement = (RegistryElement)regNode.getTreeElement(); %> <%=uddiPerspective.getMessage("FORM_TITLE_BUSINESS_DETAILS")%> ">
" method="post" target="<%=FrameNames.PERSPECTIVE_WORKAREA%>" enctype="multipart/form-data" onSubmit="return processForm(this)">
<%=controller.getMessage("MSG_LOAD_IN_PROGRESS")%>