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