Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Servlets Resolver 2.0.8, API 2.0.8
-
None
Description
I'm looking for a way to include a jsp script from within another but
respecting the resource type hierarchy. so for example:
+ myapp
+ A
+ A.jsp
+ content.jsp
+ B
- sling:resourceSuperType = "A"
+ B.jsp
and in my B.jsp i want to include the "content.jsp" but respecting the resource type hierarchy.
suggest to add: <slng:include scriptSelector="content" /> that internally overwrites the request selector during the script selection phase.
Attachments
Attachments
Issue Links
- relates to
-
SLING-2621 add ability to invoke a JSP script from another JSP script
- Closed