1、jfinal record还得自己处理一下
可以使用 this.setSessionAttr("user", record.getColumns());
这样在jsp中el表达式就可以这样写: ${sessionScope.user.username}
2、在前台使用model对象如 user.columns["userName"] 获取值
1、jfinal record还得自己处理一下
可以使用 this.setSessionAttr("user", record.getColumns());
这样在jsp中el表达式就可以这样写: ${sessionScope.user.username}
2、在前台使用model对象如 user.columns["userName"] 获取值
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。