--- android/TrainInfoService/WebContent/namesearch2.jsp 2011/06/10 15:05:24 1516 +++ android/TrainInfoService/WebContent/namesearch2.jsp 2011/06/12 07:28:00 1517 @@ -10,7 +10,11 @@ namecount <% -File files[] = RequestPlotter.getFiles(30); +int fcount = 14; +if (request.getParameter("count") != null) { + fcount = Integer.parseInt( request.getParameter("count") ); +} +File files[] = RequestPlotter.getFiles(fcount); TreeMap names = new TreeMap(); for (File f : files ) {