%-- Author: Peter Troshin Date: May 2011 --%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://displaytag.sf.net" prefix="dt" %>
Web Service | Number of Jobs | ||||||||
---|---|---|---|---|---|---|---|---|---|
Total | Incomplete | Cancelled | Abandoned | ||||||
${ws.key} | ${ws.value.jobNumber} | ${fn:length(ws.value.incompleteJobs)} | ${fn:length(ws.value.cancelledJobs)} | ${fn:length(ws.value.abandonedJobs)} | |||||
Total: | ${totals.total} | ${totals.incomplete} | ${totals.cancelled} | ${totals.abandoned} |