我刚刚在我的系统中构建了 spring-security-acl,如何从我的 xhtml 页面调用“hasPermission”el 函数?
例如
<f:subview rendered="#{hasPermission(object,'read')}">
HELLO
</f:subview>
我只是得到
javax.el.ELException: Function 'sec:hasPermission' not found
我在tomcat上运行
我刚刚在我的系统中构建了 spring-security-acl,如何从我的 xhtml 页面调用“hasPermission”el 函数?
例如
<f:subview rendered="#{hasPermission(object,'read')}">
HELLO
</f:subview>
我只是得到
javax.el.ELException: Function 'sec:hasPermission' not found
我在tomcat上运行