[
https://issues.apache.org/jira/browse/SLING-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081203#comment-13081203
]
Justin Edelson commented on SLING-2138:
---------------------------------------
committed initial implementation in r1155107. need to add int tests. tagdir
needs to be in the form /WEB-INF/tags/apps/somefolder.
> add support for tag files
> -------------------------
>
> Key: SLING-2138
> URL: https://issues.apache.org/jira/browse/SLING-2138
> Project: Sling
> Issue Type: New Feature
> Components: Scripting
> Reporter: Justin Edelson
>
> Something like <%@ taglib tagdir="/apps/myco/tags" prefix="m" %>
> should load all the tag files in /apps/myco/tags and make them available in
> the JSP page.
> Strictly speaking, tagdir is supposed to start with /WEB-INF/tags/, so more
> compliant implemenation would be to map /WEB-INF/tags/myco/tags to
> /apps/myco/tags (using the search path of the resource resolver).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira