Closed
Description
Ezequiel Chávez(Migrated from SEC-524) said:
Taglibs can define a scripting variable based on the logic result of the tag, similar to struts in this case jsp looks like this:
<%— optional toScope attribute —%>
/c:if
/logic:iterate
to improve in performance of iteration over lists.
I know that it is possible to be done in this way:
/authz:authorize
but it would be nice to include this feature to all taglibs. if a BaseTag is developed this could do that function, and the subclasses (AccessControlListTag, AclTag, AuthenticationTag, AuthorizeTag) inherit this functionality.