1.

Sling Tag Library, Explain?

Answer»

In order to utilize helpful Sling FUNCTIONS, Sling Tag LIBRARY must be declared. When you USE the Sling Tag Library in your script, the script must start with the following code:

<%@ TAGLIB prefix="sling" uri="HTTP://sling.apache.org/taglibs/sling/1.0" %>

In order to utilize helpful Sling functions, Sling Tag library must be declared. When you use the Sling Tag Library in your script, the script must start with the following code:

<%@ taglib prefix="sling" uri="http://sling.apache.org/taglibs/sling/1.0" %>



Discussion

No Comment Found