文章列表
UserActionForm uaf = (UserActionForm)form; //用户标识 int userId = uaf.getId(); //角色标识 int roleId = uaf.getRoleId(); System.out.println("------------"+userId); System.out.println("-------------"+roleId); userManager.delUserRole(userId, roleId); return mapping.findFor ...
我在hibernate 里面订单表(user)关联了 person表 查询显示的时候 ${user.person.name} 报这个表达式有问题 可我能取到user类中的属性值,不能取到person类中的属性值,
表中有字段
我经过精心的排错,和百度的查询终于解决了
<filter> <filter-name>openSessionInViewFilter</filter-name> <filter-class> org.springframework.orm.hib ...