[Acegisecurity-developer] EL support for authz tag

2004-07-02 Thread Scott Evans
I've enabled EL support for the authz tag. We pull content items from a CMS for display. The content items will have ifAllGranted, ifAnyGranted, and ifNotGranted attributes which with EL we can pull at runtime from the content item into the authz tags. Below is the code. What do you all think of it

Re: [Acegisecurity-developer] EL support for authz tag

2004-07-02 Thread Ben Alex
Scott Evans wrote: I've enabled EL support for the authz tag. We pull content items from a CMS for display. The content items will have ifAllGranted, ifAnyGranted, and ifNotGranted attributes which with EL we can pull at Hi Scott François Beausoleil looks after the taglib area of the code, so wo