I utilize a session to copy images from one folder to another, and at the same time there is workflow which is triggered whenever any node is created under that folder.One of the workflow's process steps uses a session to edit a property of the newly generated node, which raises the following warni...
Hi , I have a form where end user will upload a image from his system from <input type="file"> and I need to fetch this image in my post servlet java file and write in excel sheet in dam path. Any piece of code or suggestions will help. Thanks
I want to pass the query parameter as "sling:resourceType":'.../components/search/officelocatormapblock' This component is available on the page but I am not getting any results whereas when I try to search for pages with type:Page it is showing me the pages. As per the documentation of Bulk Editor,...
Hi All,I'm using the aem-sdk-2023.3.11382.20230315T073850Z-230200 on the local environment as the author instance.I want to transfer local content to the sandbox env and follow the Getting Started with Content Transfer ToolBut migration set extraction failed. Full log: https://drive.google.com/file/...
hi, We are having download button which download .ics file (calendar file). In author, it works fine, but in publish, it does not.path of .ics file /content/dam/test/WeekendMay2023.icsin Author if you click on download calendar button it will download .ics file. but In publish, clicking the download...
so I synced content between 2 environments and I cannot see the previous versions on the destination environment. I used vlt rcp -b 100 -r -u -nto sync. Any ideas on what I could've done wrong?
I'm developing a custom component in which in dialog I want to show/hide some fields only on check/uncheck of other fields. For eg, I have a checkbox for "Tag", so if someone checks it, then the tagfield shows and user can select the tags. If unchecks then than field will be hidden. Will be helpful ...
Hi Team, I have requirement as need to add extra feature under List or Paragraph Formats in RTE.Enter the text and i can select the my newly added feature then out put has to display as below "Icon with Text" refer screen shot.Can you please review and guide us how to achieve. RegardsMangala
Hi, I have a requirement to create a component to extend from teaser. I'm writing the junit for my custom component.How to mock teaser java class object in my custom component where i extended the teaser core component. Thanks in advance