i've just build in spring-security-acl into my system, how can i call the "hasPermission" el-function from my xhtml pages?
e.g.
<f:subview rendered="#{hasPermission(object,'read')}">
HELLO
</f:subview>
i just get
javax.el.ELException: Function 'sec:hasPermission' not found
i'm running on tomcat