<%@ include file="/portal/include/include_java.jsp" %> <%@page import="com.appiancorp.suiteapi.process.forms.FormElement"%> <%=com.appiancorp.suiteapi.process.forms.FormElement.ELEMENT_TYPE_LABEL%> <%=com.appiancorp.suiteapi.process.forms.FormElement.ELEMENT_TYPE_HIDDEN%> <%=com.appiancorp.suiteapi.process.forms.FormElement.ELEMENT_TYPE_HTMLAREA%> <%=com.appiancorp.suiteapi.process.forms.FormElement.ELEMENT_TYPE_TEXT%> <%=com.appiancorp.suiteapi.process.forms.FormElement.ELEMENT_TYPE_BUTTON%> <%=com.appiancorp.suiteapi.process.TaskSummary.TASK_STATUS_COMPLETED%> <%=com.appiancorp.suiteapi.process.TaskSummary.TASK_STATUS_CANCELLED%> <%=com.appiancorp.suiteapi.process.TaskSummary.TASK_STATUS_SUBMITTED%> <%=com.appiancorp.suiteapi.process.TaskSummary.TASK_STATUS_RUNNING%> <%=com.appiancorp.suiteapi.process.TaskSummary.TASK_STATUS_ABORTED%> <% Object[] elements = (Object[]) pageContext.getAttribute("elements"); if( elements != null ) { for (int i=0;i
  • <% FormElement nextFormElement = null; if (i+1 < elements.length) { nextFormElement = (FormElement) elements[i+1]; while (nextFormElement != null && nextFormElement.getType() == FormElement.ELEMENT_TYPE_BUTTON) { pageContext.setAttribute("fe", nextFormElement); %> <% i++; if (i+1 < elements.length) { nextFormElement = (FormElement) elements[i+1]; } else { nextFormElement = null; } } } %>
    <% } } %> " />