<%
ProxySettingsDetailForm form = (ProxySettingsDetailForm) session.getAttribute("com.ibm.ws.console.proxy.proxysettings.ProxySettingsDetailForm");
java.util.Properties props = null;
String contextId = (String)request.getAttribute("contextId");
props = ConfigFileHelper.getNodeMetadataProperties((String)contextId, request);
Integer version = Integer.valueOf(props.getProperty("com.ibm.websphere.baseProductMajorVersion"));
/*
* If we are at cluster scope or in a non-clustered proxy, display the fields
*/
if (form.getContextId().contains(":dynamicclusters") || form.getClusterName().length() <= 0 ) {
%>
">
<%
//Filter this attribute on pre v7 nodes
if (version.intValue() >= 7){
%>
">
<% } %>
">
">
">
<%
}
/*
* If we are not in the cluster scope, display the outbound TCP address field.
* Filter this node on pre v7 nodes
*/
if (!form.getContextId().contains(":dynamicclusters") && (version.intValue() >= 7)) {
%>