Hi @user08928 Tried out the same on AEM 6.5.12 and for me it is working as designed.The only difference is I am using the Annotations in a different way. You can try this and checkCode Snippetimport java.util.List;
import org.apache.sling.api.resource.observation.ResourceChange;
import org.apache.s...
@vvl1 Tested it on AEM 6.5.0 and 6.5.12, it is working as designed. PFB the screenshot.As suggested by @SantoshSai please check for the js error if any in the developer console. But if you are looking foward for the ordered list and that having the heading and paragraph below it e.g. In this case yo...
Input from the Author- Employee IdExpectation - Prefill the rest of the fields in the form after getting the result related to that employee id from MySQL ServerForm Model Used - FDMFDM Details:Rule Editor Config: Error coming up in the logs. 01.07.2022 17:12:30.777 *ERROR* [[0:0:0:0:0:0:0:1] [16566...
@Magicr Removing the event from the class "com.day.cq.wcm.api.PageEvent" will not be easy as could be that there are many things interlinked to this event.Currently in AEM the Page event is registered with the topic "com/day/cq/wcm/core/page" and all the events i.e.PROPERTY_MODIFICATIONS
PROPERTY_AP...
@aimee8586 Use the following HTML (at the top of the body is best):<div id="loading"></div>And this CSS:#loading {
background: url('spinner.gif') no-repeat center center;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 9999999;
}And the following ...
@Vanitha_Duraisamy Trying customizing the "/libs/clientlibs/granite/richtext/core/js/HtmlSerializer.js" the one stripping out the src attribute from the img tag.Please refer, there is a similar thread for this https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/script-issue-wit...
@akhilraj The clientlibs in AEM consist of JS and CSS and in some instances they get cached; which as would be obvious; causes issues. To remove this cache and rebuild the clientlibs, the following link is quite useful:<domain-name>/libs/granite/ui/content/dumplibs.rebuild.htmlThere are individual b...
I tried by re-sync as well, but it is the same. This error comes up when I either add the "OR Split" or "And Split" to my workflow model.Not sure what has gone wrong with this specific environment, that the JS is breaking. Thanks
Currently it is happening only with the dev instance, not all the instances. I cloned the cq-quickstart from the dev environment to my local and performed re-build of the clientlibs as well, but no luck.Thanks
I am getting the below issue. For temporarily fixing the issue commented the js call from "/apps/acs-commons/touchui-widgets/composite-multifield/js.txt" AEM 6.5.12ACS Commons - 5.3.0Can anyone please help with the pointers why this could happen and how can this be fixed. Thanks