diff --git a/web/home.jsp b/web/home.jsp index d2bc92d..56f7174 100644 --- a/web/home.jsp +++ b/web/home.jsp @@ -36,7 +36,7 @@ String type=user.getType(); pageContext.setAttribute("userType",type); Condition condition=user.getCondition(); - //List pList=condition.getProcesses(); + List pList=condition.getProcesses(); int length=0; int index=0; %>