Servlet.service() for servlet [jsp] in context with path [/animalFeedManager] threw exception [An exception occurred processing [/Select.jsp] at line [63]
60: </tr>
61: <%ArrayList<AnimalBean> list = (ArrayList<AnimalBean>)request.getAttribute("list"); %>
62: <%
63: if(!list.isEmpty()){
64: for (int i = 0; i < list.size(); i++) {
65: AnimalBean animal = list.get(i);
66: %>
zzZerOrz