I have created a static template for some product pages. Simplified for debugging it looks like this at page creation time:However when the Product Description field is replaced by a richtext, the input collapses to this:What could cause this?
Is there any way in AEM 6.1 to access the key/value of JSON Object returned from Java class in Sightly (HTL)? I believe one indirect way would be to convert the JSON to Collection (Map) in java and use the map in Sightly to access the key/value. But is there any way available to do this without conv...
Hello All,I am exploring the community group creation. I see that after I create a community group, when I go back to the group and click on 'Edit Group", under Membership tab, the type of community is locked/grayed out.Is it possible to make the group type changeable? Is it advisable to try that?AE...
I am missing something here. I am creating a new class and waht to have the resource resolver factory loaded using the @Reference annotation.But it is not working and I am always getting an NPE when I use it.Would someone help me to understand why? What am I missing?Thanks.@Component(metatype = fals...
Hello All,I am currently on AEM 6.2 FP2 and looking to install FP3 (Deploying Communities ). I am able to install the FP3 package in my instance and can see that the communities version is "v1.10.167"I tried putting the dependency for same as below in my pom.xml:<dependency><groupId>com.adobe.cq.so...
I've written my own custom annotation to find a property on the current resource and to return it. This annotation works fine when the property is available on the resource, things go wrong when it is not found:Annotation:@Target({ElementType.FIELD})@Retention(RetentionPolicy.RUNTIME)@InjectAnnotati...
Hi All,If the language selected in the page property for a page is English and the user select a language from the preference as Italiano the UI in the AEM(example component options like Edit, Annotate, Delete, new, etc) are still in English and not in the Italiano.Any suggestion to fix the issue ?T...
Executing the "Import from Server" function corrupts the JCR, by leaving out attributes of jcr:content.Example showing /content/dam/myproject before (right) and after import (left):What could cause this and what's the solution?Eclipse version: Neon.3Sling IDE Plug-in: 1.2.0AEM: 6.3 with SP1, CFP2
Issue : components = [list of allowed components] , This property in etc/designs level does not seem to work in stage environment whereas it is working in local.Use case: We have component into which only rich text and buttons can be dropped into. This design level configuration is working good in l...