HttpSession session = request.getSession(true);
String rowId[] = null;
rowId = request.getParameterValues("rowId");
GarbageList gbList = new GarbageList(dataSource);
for (int i = 0; i < rowId.length; i++) {
gbList.moveToAttic(rowId[i]);
}
request.setAttribute("typeofmodule",AdministrationConstantKeys.DATAADMINISTRATION);
request.setAttribute("typeoflist",AdministrationConstantKeys.GARBAGE);
request.setAttribute("typeofsubmodule",AdministrationConstantKeys.GARBAGE);