在dwr+ssh中,1.在IoManAction里面写入private IoManService ioManService;之前要确保spring里面写好:
IoManService ioManService = (IoManService) wac.getBean("ioManService");或者 IoManService ioManService = (IoManService) ApplicationContextHolder.getBean("ioManService");3.再不行,看下事务处理那块是不是保护了
groupDao你有没有生成这个方法的get和set
并且配置它的映射文件?