我有一個customer物件
public customer(String customer, String tel, int age,String tel) {
	this.customer=customer;
	this.tel=tel;
	this.age=age;
	this.tel=tel;
}
我在servlet 把幾筆資料加入多形ArrayList,把ArrayList存到setAttribute
request.setAttribute("customer",customerlist);
servlet 轉發給jsp時如何把customerlist裡面的東西全印出來