<%-- Iterate over names.
We don't use tag because it doesn't allow insert (in JSP1.1)
--%>
<% message = WorkClassConfigUtils.getLabel("workclass.details.availableMatches", wcType); %>
|
|
|
|
|
|
<% if (!wcType.equals(WorkClassConstants.SOAP)) {
message = WorkClassConfigUtils.getLabel("customPatternLabel", wcType); %>
|
<% if (wcType.equals(WorkClassConstants.IIOP) || wcType.equals(WorkClassConstants.JMS)) {
message = WorkClassConfigUtils.getLabel("customPatternLabel2", wcType); %>
: |
|
<% }%>
|
|
<% }%>
|
|