Hi all,We have the following scenario, all steps performed via JAVA API (so no editorial UI involved).page /content/mysite/page1/pageA is referenced by pageB (content path irrelevant).page /content/mysite/page1/pageA is moved to /content/mysite/page2/pageA, reference in pageB is adjusted properly (v...
Hi everyone! To put you in context I've got this page, let's call it List Page, with several components of the same type, let's call these components Task Component (it's a regular AEM component).So the List page have a lot of Task components, when I replicate the List page from Author to Publish I ...
Hi,We are migrating from AEM ver 5.6.1 to 6.3 and stuck with an issue where we are making a call to a SOAP service endpoint via proxy created using Apache CXF ver 2.7.3 and I am seeing the SOAP request is not getting created properly. So I implemented a custom interceptor using which I was able to c...
Hello everyone,I am trying to generate PDF using com.itextpdf.text API. I have added its maven dependency in my POM. Build is successful but when i install it,its in installed state and i get error com.itextpdf.text,version=[5.5,6) -- Cannot be resolved.Project is created using Archtype 12.Dependenc...
So I have the HTL code below.<div> <div class="left"> <div data-sly-resource="${'content-left' @ resourceType='wcm/foundation/components/parsys'}"></div> </div> <div class="right""> <div data-sly-resource="${'content-right' @ resourceType='wcm/foundation/components/parsys'}"><...
Hi ,How can we use custom tag library in sightly, the way we have in JSP.Here is there article for JSP -Adobe Experience Manager Help | Creating Custom Tag Libraries for Adobe Experience Manager In my project there are multiple JSP custom tags ,so if we want to change it to sightly how is it going t...
Can anyone suggest the available sitemap generator plugins for AEM 6.3 ? We recently migrated to 6.3 and the custom build logic for sitemap generation is not working as expected.
In AEM Assets (6.2) we can create metadata profiles and can apply the same to assets or folders. Can we create a metadata profile or update an existing metadata profile by importing a CSV file. I know that we can import assets and it's metadata using CSV file. Will the same be possible for metadata ...
Hello,is it possible to put a list of checkbox on a single line on a cq:dialog on AEM6.3?I have been trying everything to subscribe this with css, but is not working.Is there some property or some config for this? Thanks in advance.