Hi All, We are facing issue with scaffolding page, where we add any content to a multifield and save the page, it shows that the form is saved successfully but after reloading the page it dont show the saved data on UI. When we check the same in jcr node the same data is available. One more issue ...
Exploring the ways to access the node properties and update them as as independent solution like Rest or Web API which can be consumed/utilized by any third party system based upon requirement.
I'm getting only limited of 100 characters (not sure on count ) on excerpts while getting hits. how to add custom excerpts to get full description or to change to 400 characters atlease. for (Hit hit : result.getHits()) {SearchResultNode srnode = new SearchResultNode(); String excerpt = hit.getExc...
Hi,We created a Distribution Event Handler to handle publishing events that happens on the server. Inside of it, we have a logic in which it adds custom property for page resources to track its first time published date.Now we run into a problem that when we publish some pages, they don't have the p...
When I try to query image references I wasn't able to query the title of image which we can set by editing in image property metadata. I only see these fields: How can I query properties like image title:
I have a custom "container" and "row" component. On the container touch UI dialog, an author can select the number of rows they want to add. In the HTL, I am using data-sly-list for the loop through, and inside the loop, I am using data-sly-resource to add the number of rows. This works great when I...
I want to search two components inside the page structure of every page under the rootpath. By using this predicates its failing to find with "or" its taking "and" condition path=project rootpathtype=nt:unstructuredgroup.p.or=true1_property=headingText1_property.value=Protec%1_property.operatio...
I created a template from custom template Type. After creating the page with template the parsys is coming to the left side . The height and width of the parsys is very small.Why is this issue happening and solution for this. Thanks in advance.
Do you know which is url encoding technique used by aem. Ex. If our file name is "jcr:content" But the encoded path of this file is http://localhost:4503/editor.html/content/dam/specialcharacters/jcr-content then to encode this jcr:content to jcr-content which is the ecoding technique used by aem...