We are using AEM 6.5.14. The map and reverse map is properly configured. From /system/console/jcrresolver the resolve and map is working fine. But from code we can not get the full path from domain. In short request.getResourceResolver().resolve("http://local.---world.com").getPath() is not returnin...
Hi, Annotation Description @Model declares a model class or interface @Inject marks a field or method as injectable @Self Injects the adaptable itself. If the field type does not match with the adaptable it is tried to adapt the adaptable to the requested type @Named declare a name for the injec...
Hello. I have some content fragments and I need to get the cq:parentPath value, which I see here: I have tried something like this, but the ContentElement is null ContentElement test = resultResource.adaptTo(ContentFragment.class).getElement("jcr:content/cq:parentPath"); How can I find th...
Hi Team, Is there any possibility to upload a video in an Image component? Like DM component would allow drag & drop videos or images. Thanks in advance!
I've set up the Dispatcher Tools locally, but it appears that nothing is being cached by the local dispatcher. I verified this by creating a simple AEM component to print out the current time, similar to what's used for testing in the sling dynamic include video tutorial. I also verified that the ...
We have created a proxy component which inherits from Dynamic media(OOTB). The issue is when the author/user tries to author video to the proxy component, the proxy component is getting replaced with OOTB Dynamic media component.Let me know if you have a solution for this issue or if you wanted to d...
Hi All,I need to add the locale next to published/unpublished status in tile when we use search for any resource.Example : there could be multiple page of we retails in different locales and I need to search which we retails belongs to which language. Likewise anither example if we search for Men p...
Hello, I'm facing follwing situation: I have two different users. Let's say user "A" is menber of ldab goup "UserGroupA" and "DifferentGroupS-A". User "B" is member of ldap "UserGroupB" and "CompleteDifferentOtherGroupS". The effect is, checking the users membership needs different queries. ...
We have requirement to customize the OOTB Sites Search Results Page, where we want to hide/remove some unwanted columns. For example, in the below screenshot, we want to hide/remove columns "preview" & "operation". Also, we want to add a custom column named "country". @arunpatidar @lukasz-m ...