|
<% if (!fieldLevelHelpTopic.equals("") && !helpPluginId.equals("")) { %>
<% request.setAttribute("fieldHelp", fieldLevelHelpTopic); %>
|
<% } %>
" BORDER="0" ALIGN="texttop"/>
|
<%-- Actual Content --%>
<%
InstallMiddlewareAppForm theForm = (InstallMiddlewareAppForm) session.getAttribute(actionForm);
boolean remoteUpload = false;
String typeKey = null;
typeKey = theForm.getTypeKey();
session.setAttribute("typeKey", typeKey);
if (theForm.getUploadModeSelection().equals("remoteFile")) {
remoteUpload = true;
}
%>
|
<%-- the "next" button --%>
<%-- --%>
<%-- the "cancel" button --%>
<%-- --%>
|
|
<%-- End Actual Content --%>
|
|
<%@ include file="/com.ibm.ws.console.middlewareapps/helpPortlet.jspf" %>