<%@ page import="com.ibm.ws.batch.jobmanagement.web.util.JMCUtils,com.ibm.ws.batch.jobmanagement.web.forms.NewJobForm" errorPage="/errors/error.jsp" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>

<% String job = submitBy.equals("local") ? xjclPath : jobName; if (props.size() > 0) { %>


<% String propValue = (String) props.get(key); propValue = JMCUtils.convertToCharset(propValue, response.getCharacterEncoding()); %>
<% if (njForm.isRequiredProp(key)) { %> " alt=""> <% } else { %> <% } %> <%= key %> " class="noIndentTextEntry" style="margin-left: 0.1em;" id="property.<%= key %>">
<% } else { %>

<% } %>

  " class="buttons" id="button.submit" style="margin-left: 0.5em;"> " class="buttons" id="button.specify.job">