<%@ taglib uri="webwork" prefix="webwork" %> <%-- Expects a WorkflowConditionFormatBean to be in context with id 'descriptorBean' --%> <%-- Only print the 'grouping brace' if there is more than one condition --%> <%-- NOTE: The HTML comment MUST be PRESENT in the DIV to ensure IE renders it as a flat DIV. Otherwise IE makes the div have a minimum height. --%>
<%-- Only allow the user to change anything if the workflow is editable --%>    "> | ">
<%@ include file="/includes/admin/workflow/viewworkflowdescriptor.jsp" %> <%-- Loop into this JSP with a new descriptorBean that represents the nested ConditionsDescriptor --%> <%-- needed to get around the WW bug of looking up the stack - so use the id --%>
<%-- save the descriptor bean on top of the stack --%> <%-- Hack to get around the WebWork EL bug --%> <%-- create a new descriptor bean to represent the conditions element --%> <%-- recurse to this JSP to print out the ConditionsDescriptor which likely has more than one ConditionDescriptor inside --%> <%-- put the old descriptor format bean back --%>
<%-- Only close the 'grouping brace' if there is more than one condition --%> <%-- Close 'condition-group' div --%> <%-- NOTE: The HTML comment MUST be PRESENT in the DIV to ensure IE renders it as a flat DIV. Otherwise IE makes the div have a minimum height. --%>