You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2016/02/26 15:45:18 UTC

[jira] [Created] (SLING-5563) Add a new Sling JSP file template

Robert Munteanu created SLING-5563:
--------------------------------------

             Summary: Add a new Sling JSP file template
                 Key: SLING-5563
                 URL: https://issues.apache.org/jira/browse/SLING-5563
             Project: Sling
          Issue Type: Improvement
          Components: IDE
            Reporter: Robert Munteanu
            Assignee: Robert Munteanu
            Priority: Minor
             Fix For: Sling Eclipse IDE 1.1.0


The template should be 
{code}
<%@page session="false" import="org.apache.sling.api.resource.*, javax.jcr.*"%>
<%@taglib prefix="sling" uri="http://sling.apache.org/taglibs/sling/1.0"%>
<sling:defineObjects/>
${cursor}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)