I am trying to get results from SELECT *FROM [cq:Page] AS sandSELECT *FROM [nt:unstructured] AS t Union is not working for me, any suggestions appreciated
We are working on developing a custom component in AEMaaCS—let say it is a "Banner" component. This component needs a placeholder where authors can add other components dynamically. I’m trying to decide between using an iparsys or a custom Container component that we’ve already built for our proje...
Hi Team,We're currently using a Sling Model for an existing component and are attempting to create an identical component under a different name. Although the JSON data from the Sling Model is being printed(tried with add extra log) correctly according to the code logic, accessing the JSON data thro...
On-Prem AEM 6.5 SP 21 I'm building an application to create pages automatically based on an input file. I can get the page created, but the created page is not showing the sub-nodes (components) which should appear because of the use of the template page. I have read that in order to resolve this I...
We have some data stored on the AEM content fragments which gets cleared out upon clicking back button on the page or moving out of the page. The modified user shows the logged in User irrespective of whether or not user clicked Save button option.Why is the data not persisted in this case ? Is it a...
Hi, we just upgraded to 6.5.21 and we see that when we try to delete any page from the sites, we get the dreaded Red "error" popup. error logs throw the following error org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught Throwable org.apache.jackrabbit.oak.query.RuntimeNodeTrave...
Hi,When we rebuild our client libs it is failing at 2 libraries 1) /apps/acs-commons/clientlibs/main.css...error: java.lang.StackOverflowError2) /apps/acs-commons/clientlibs/main.min.css...error: java.lang.StackOverflowError any help? we are in acs-aem-commons-all-6.4.0.zip version. and we just mig...
I have a requirement where a user group should be able to run a workflow on a specific page but not on any other pages. We can disable a specific workflow or all workflows for a user group, but how can we restrict them to only one page?For example, under /content/company/us/ , there are multiple pag...
I am trying to upgrade core.wcm.components package from 2.7.0 to 2.23.4.For some reason, the core tabs component does not show up the components that are configured inside it.When looking at the model JSON, the structure seems to have changed a bit. I am using the below AEM SPA packages"@adobe/aem-r...
Hi Community, I have a requirement where I need to crop the text part of an asset or crop out the whitespace of an asset, these are generally for packshot product images where a certain part contains the text. As an example this image has the a text area where it has the Product name - fresh sugar l...