I hope this piece of doPost() method will be part of the servlet and you not planning to stick it into JSP.
If you want access something from Java in the JSP view you need to import appropriate library in something like this
<%@ page import="java.util.ArrayList"%>