<%@page import="ez.metrix.entity.JobStatusEntity"%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="ISO-8859-1"%> <%@ page import="java.util.*" %> <%@ page import="java.io.File" %> <%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c'%> <% List lstJob = jobStatus.getData(); pageContext.setAttribute("lstJob", lstJob); %> Dashboard

Dashboard