Expand my Community achievements bar.

Who Me Too'd this topic

Avatar

Level 3

Hi all,

After migrating from 6.0 to 6.2 we are facing issues in opening some pages. They are being opened with an error:

Error during include of component '/apps/xyz/components/page/groupsmapping'

Error Message:

org.apache.sling.api.scripting.ScriptEvaluationException: org.apache.sling.scripting.sightly.SightlyException: data-sly-call: expression evaluates to null

Below is the HTML for it

groupsmapping.html:

 


    <head data-sly-use.clientLib="${'/apps/acs-commons/sightly/templates/dhlm.html'}"  data-sly-use.clientLib="${'/libs/granite/sightly/templates/clientlib.html'}">
        <div data-sly-include="/libs/wcm/core/components/init/init.jsp" data-sly-unwrap></div>
        <style data-sly-call="${clientLib.head @ mode='all'}" data-sly-unwrap></style>
        <style data-sly-call="${xyz.vendor @ mode='all'}" data-sly-unwrap></style>
    </head>
    <body>

        <div data-sly-resource="${ @path='groupsmapping', resourceType='xyz/components/content/groupsmappingconfig'}" data-sly-unwrap></div>
    </body>
</html>

Who Me Too'd this topic