Hi everybody,
So I have the following code in my xhtml page that does absolutely nothing
<security:accesscontrollist hasPermission="7" domainObject="#{handler.article}">
..... button
</security:accesscontrollist>
From what I understand the button should only be showed if my user has the requested right for that object. Well the button is shown for all users which shouldn't be the case.
Another thing I don't get and haven't been able to find a clear answer about is:
aren't my ACLDecissionManager and the ACLVoters supposed to be called for this tag? Because in my case they aren't.
Could you please help me out with this problem.
Thanks!


Reply With Quote
="http://www.springframework.org/schema/p"
