1、jfinal record还得自己处理一下
可以使用 this.setSessionAttr("user", record.getColumns());
这样在jsp中el表达式就可以这样写: ${sessionScope.user.username}
2、在前台使用model对象如 user.columns["userName"] 获取值