- Java code
Action.java 中有这样的方法。 public String print()throws Exception { List<AdAccountBook> list=(List<AdAccountBook>) adAccountBookManager.getList(searchKey, approveStatus); // System.out.println(list.get(0)); success=true; return SUCCESS; }
怎样在jsp 页面遍历list的内容 如 id,content ,显示在table 中
------解决方案--------------------