intercept中为何不能使用setAttr

如题,想将session中的值通过intercept每次执行时都传值到页面

评论区

JFinal

2017-03-22 12:30

一直都可以,这样来用:
inv.getController().setAttr(...);

此外,render 也不在话下:
inv.getController().render(...);

JFinal

2017-03-22 13:06

此外,session 中的值可以直接在页面使用,不必用 setAttr 来传递,只需要添加一个拦截器:
me.add(new SessionInViewInterceptor());
然后可在页面中这样来取值:
#(session.obj.field)

热门反馈

扫码入社