我刚刚将spring-security-acl构建到我的系统中,如何从我的xhtml页面调用“hasPermission”el-function?
e.g。
<f:subview rendered="#{hasPermission(object,'read')}">
HELLO
</f:subview>
我得到了
javax.el.ELException: Function 'sec:hasPermission' not found
我在tomcat上运行
答案 0 :(得分:1)
为spring-security函数定义一个taglib。然后使用表达式语言#{prefix:function(params)}