I have a form that ask for user to enter ID. This form is send to a servlet which checks database to see if user exist. If the user exists then it sends me back their ordere
ArrayList orderList = (ArrayList ) request.getAttribute("theOrder"); //Unchecked cast from Object to ArrayList