117118119120121122123124125126127
+ request.getServletPath() + getPathInfo(request) + "?valIndex="; for (int i = 0; i < values.length; i++) { if ((i % 50) == 0) { if (table != null) { table.generate(out); } rows = new ListElement(); table = new WrapElement("table", "BORDER=1", rows); rows.addElement(th); }
139140141142143144145146147148149
tr.addElement(sb.toString()); } catch (FormatException fe) { tr.addElement(fe.toString()); } } table.generate(out); } protected void showTableIndexed(HttpServletRequest request, HttpServletResponse response, String valIndex, DcwThematicIndex ti)