<%@ page import="java.util.*" %> <%@ page import="test01.*" %> <%@ taglib uri="/tld/c.tld" prefix="c" %> <% List col = new ArrayList(); for(int i=0; i<100; i++){ col.add(new Man("hoge" + i, i)); } request.setAttribute("mans", col); %>

If

30up

When

60up 30up none