Hi folks,I have some Java code which needs to write an image to a pdf file. The image is located in the code, in frontend/src/main/webpack/resources/images/blah.gif/jcr:content. Eventually the build system puts the image at the following location:/apps/xxx/clientlibs/resources/images/blah.gif/jcr:c...
Hello everyone, Currently, I'm having issue trying to delete the first row of a table when the form is initialized (I tried hidding the row, but I would like to remove the row from the table). This is the row which I would like to remove as soon as the form is previewed: This is the code I'm using w...
Hi all,I just started a new local env with SDK 2021.9.5800.20210903T095431Z (released on 6 sep 2021) on Windows 10 but I'm facing an issue during some packages upload on CRX.With some packages I get the failure message "package file parameter missing". But these package are not corrupted, they are t...
Hello,When our AEM authors add links to internal content (DAM assets such as pdfs or other webpages), instead of using the content finder to add the links, they will copy and paste the URL from the browser (other times they might create the html first in Adobe Dreamweaver and then add the html via s...
I'm looking into into leveraging Experience Fragments in AEM 6.4 for a multisite. However, the OOTB search uses a PATH to search for keywords, since the actual /content/site/.. tree will not contain the actual content BUT the references to the Experience Fragments, the search no longer returns resul...
Hi All,Requirement is to add new extensions in MIME file-type in AEM 1. I have added the MIME type configuration ("application/octet-stream vas" and "application/octet-stream apkg") in the OSGi configuration "Apache Sling Commons MIME Type Service".2. After making the OSGi configuration, we have upl...
<tab_on_offjcr:primaryType="nt:unstructured"sling:resourceType="granite/ui/components/coral/foundation/form/checkbox"defaultChecked="{Boolean}true"checked="{Boolean}true"name="./onoff"text="Enable to turn On Data"uncheckedValue="false"value="true"/>How to make checkbox default checked this is not wo...
I have One checkbox Enable data. Once checkbox is checked/true Component is visible whenever checkbox is unchecked/false then component disappear from screen. I want to keep the component visible to check the checkbox again. But it get hidden and I cant find to make it checked/true.AEM 6.5
Hi , Non AEM host server need to upload an image to AEM publish server . AEM is exposing an service say www.abc.com/upload.json ,when Non AEM host serve hit this service ,in aem it will hit the servlet and we can upload the image. But we would to restrict this based on some particular user . So ho...