Hello Community - We are facing some issues with the responsive grid resizing in 6.4. It was working for some time but all of a sudden the resizing is not working, I can confirm that there is no recent changes happened. If I try to resize the layouting, the cursor/pointer is going back to its origin...
Hello Community - Currently I am using query Builder API to fetch the results from JCR. One query using sort by on lastModified date and other requirement is to return the "results in random order (I don't mention any orderby here)" when I query JCR, both the options gives me the results in same or...
Hello All - I am using Underscore JS for component creation. The below snippet is not working for the page properties. Can someone tell how to address this? <script type="text/template" id="testView"><% _.each(test, function(test) { %><div class="templatetest"><sly data-sly-test=" <% ${properties.di...
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 ...