Hi, We are using AEM6.3 with SP2Classic:-RTE in classic allows to give any custom tag like (<newtag>ff</newtag>) we can edit this in source edit option in RTE. Touch ui:-The same when given in touchUI , the custom tag is getting removed after we submit the RTE dialog and reopen.Is there a way to mak...
Hello, i'm new with AEM, i'm trying to fix a bug that is i have a select in classic ui that is not setting the value options in ie11.it have the default value selected but if you click to se the other values it don't show anything. Tested to saw if it is problem of css but i saw the div empty.
Hi,We are getting issue when page created with Editible template where parsys is not showing to edit page. *This issue occurred only if instance created with "production / nosamplecontent " run mode, this is working fine in a lower environment where sample content is available. We are getting the s...
Hello @kautuk_sahni , We are trying to create a Replication Preprocessor in AEM Publisher which should execute for Activate and Deactivate and Fire an API call if the page is deactivated with Page Path and Page Template, as this api has to be called only for few templates. We are able to execute it ...
My form tracks contract dollars paid and change orders added. both change orders and payment tables are dynamic flowed subforms. When I add more lines to one or the other that exceeds the page limit the following happens: the left table pushes the right table to the next page when the left table exc...
Is WebP format supported in AEM 6.5?or Is there any plan in near future by Adode for providing support to next-gen formats such WebP in AEM? Please Clarify... @kautuk_sahni , @arunpatidar, @Abhishek_Dweved
We are going live to AEM 6.5.4 version in Production and want to check if below JVM options are correct for a production environment please suggest CQ_JVM_OPTS='-server -Xms8192m -Xmx8192m -XX:MaxMetaspaceSize=1024m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/data/aem/heapdumps -Djava.io.tmpdi...
On upgrading from Java 8 to Java 11, all unit tests with request.adaptTo() have started failing with NPE - code snippet below. We are using Junit 4 and mockito-core version 2.25.1. Please advice on this issue. Do we need to add additional dependencies when upgrading to Java 11? TIA. import org.apach...
Hi All ,We have a requirement where we need to remove read access of Aem admin user under /home so that it will not be able to impersonate. Is it possible as I can see while removing the rights it again gets created.Any hint will be much appreciated.Thanks in advance!
Hi guys, I'm looking to add a key value to a cq dialog. I can use granite/ui/components/coral/foundation/form/multifield combined with granite/ui/components/coral/foundation/form/textfield to get a list, but what about a map? I.e. I need users to be able to specify keys and corresponding value? Than...