">
<%
String fieldSize="30";
if ((operand.getName().equals(ClassificationDictionary.CLIENT_IPV6)) || (operand.getName().equals(ClassificationDictionary.SERVER_IPV6))) {
fieldSize="50";
}
%> <%
FieldName[] fieldnames = operand.getFieldNames();
if(fieldnames != null && fieldnames.length > 0){
for (int i_fn=0; i_fn 0) {%>
<%
for (int i_sv=0; i_sv
<%=selectablevalues[i_sv].getDisplayName(request.getLocale())%>
<%
}%>
|
<%
} else {%>
<% String desc = "rule.builder.appendvalue.desc"; %>
|
<%
}
}
}
} %>
<% if (!(operand instanceof BooleanOperand)) {%>
<% com.ibm.wsspi.expr.core.Identifier[] operators = Protocols.findLanguage(operand.getName()).getOperatorNames(operand);
Vector operatorValueVector = new Vector();
//DialectOperator[] operators = operand.getOperators();
for (int i=0; i
">
<% for (int i=0; i < operatorValueVector.size(); i++) {
Identifier val = (Identifier) operatorValueVector.get(i);
String valToDisplay="";
try {
valToDisplay=val.getDisplayName(request.getLocale())+" ("+val.getName()+")";
if (valToDisplay == null) {
valToDisplay=val.getName();
}
} catch(Exception e) {
valToDisplay=val.getName();
} %>
<%=valToDisplay%>
<% } %>
|
|
<% } else {
//if the operator property is not executed add this hidden property
%> <%
}
%>
|
|