Adobe
9A0-384 · Question #4
How can a JSP be included in a sightly template?
The correct answer is C. <div data-sly-use="include.jsp"></div>. See the full explanation below for the reasoning.
Question
How can a JSP be included in a sightly template?
Options
- A<cq:include script=" Include.jsp7>
- B<div data-sly-include="include.jsp"></div>
- C<div data-sly-use="include.jsp"></div>
- D<%@ include file="1nclude.jsp" %>
How the community answered
(25 responses)- A12% (3)
- B4% (1)
- C80% (20)
- D4% (1)
Community Discussion
No community discussion yet for this question.