Hi There, I am using the date picker in the content fragment but when changing its display format to (EEEE, MMM, YYYY HH:mm a). Everything except "EEEE" working fine. "EEEE" is returning digits. As per my understanding "EEEE" should return current day value.example, for today it should return "Thur...
I am facing the below runtime error:Method threw 'io.jsonwebtoken.lang.UnknownClassException' exception. io.jsonwebtoken.lang.UnknownClassException: Unable to load class named [io.jsonwebtoken.impl.DefaultJwtParserBuilder] from the thread context, current, or system/application ClassLoaders. All heu...
Is there a way to include nested multifield using sling mapper in a single file? @Inject protected Resource resource; List<Map<String, String>> marketData = new ArrayList<>(); List<Map<String, String>> marketContactData = new ArrayList<>(); @ChildResource(name="listItems", injectionStrate...
Hi, I'm currently facing a lot of issues trying to shorten the URL in an AEM project using the spa editor.Currently we have a structure similar to /content/project/en/home.html that is rewritten to just /en/home/ using dispatcher mod_rewrite.The SPA router just doesn't understand the short URLS, res...
Hello,I need to create a package which contains user created java class file(s). I know it was possible in AEM 4 (former CQ4), but I forgot the way. How can I achieve this in AEM 6.4 or 6.5?Thanks.
we changed a master page name from au-op to auop. now we want to display the new page name(auop) in redirect links, cta links, jcr:content & respective fields with it but they are displaying the old name(au-op). we cannot change manually all the fields. we want to change with groovy script.
Good day,When using the embed component in AEM 6.5 and inserting and iframe into the html option, eg. <iframe src="{url of external feed}" id="#graph" width="100%" height="580"></iframe>Then when viewing as published or viewing on the published site, the html comes back as:<div class="cmp-embed"><if...
I've customized the CIF product component to add custom fields and custom fields and custom object. Followed the process mentioned in the below articles. still in the query my fields are not added. Can anyone please help me.https://bimmisoi.blogspot.com/2021/11/query-custom-properties-objects-by.htm...