jsp页面iterator标签不显示内容
public String getAllPaste() throws Exception { List<Paste> pasteList = pasteService.findAllPaste(); ActionContext.getContext().getSession().put("pasteList", pasteList); System.out.println(pasteList); return "index&quo