把查询结果放到request里面,在jsp通过EL表达式或者struts标签直接获取; ServletActionContext.getRequest.put("list",value); 页面上直接${list}就能取到
用个LIST封装 再到页面循环