Hi @nupujain - I am getting an error while trying to invoke the jsp and passing the request attributes, I am getting an error. Can you plz advise? <sly data-sly-use.category="com.test.testpkg.aem.core.models.Settings"data-sly-include="{'test.jsp' @ requestAttributes=category.settings}"></sly> Error ...
If I have multiple values configs in pojo class. e.g settings.put("property1", "abc.html"); settings.put("property2", "sample1.html"); settings.put("property3", "sample2.html"); How do I pass specific item say 'property2' in the data-sly-include?
Thanks nupurjain for the response. Basically I want to pass the specific clientlib category details of the component to the JSP and the category details may vary based on every component.
Hello All - Can I use the request-attributes in data-sly-include like the below so that I can use the values in JSP.E.g.<sly data-sly-include="${ '/apps/project-name/components/../manipulate.jsp' @ requestAttributes='abc.html'}" /> Please confirm if the syntax is correct. if so, what is the paramet...
Hello All - We want to add version details to the clientlibs like the e.g.: E.g.: /etc/designs/testa/testb/testclientlibs.min.version2.1.0.0.js (appending version details at the suffix). Currently we are adding the version details and generate the clientlibs based on project release details. We use ...
Arun - I don't see any errors in the console. Actually it is working in desktop view and not in tablet and mobile breakpoints. The same issue is happening in 6.4 as well. The template is not an editable template. I have verified all the required items for the resizing including devieGroups propertie...
Hello - I have overlay this file and removed the entry from headlibs.html but still I see the unwanted clientlibs getting loaded in publish. Can you tell me if you had to do anything other than this?
Hi Arpit - In other 6.4, it is working without any issues. both are installed with same service pack and moreover I am niot sure why the resizing is working in desktop and not in tablet and mobile breakpoints. Once I resize the components, it is not persisted in the UI and the size values are captur...