Hi,I have a resource. I am trying to set property for that resource using ModifiableValueMap. When I tried this I am getting null pointer exception even through that resource is available. What could be the reason and how to fix it. Thanks in advance.Code Sample:ModifiableValueMap map= resource.adap...
Hi,In my publish server I have a user with read permissions to the following folder(/content/dam/geometrixx) as shown in screenshot.I have a login page for AEM user.When the user logs in to page he will directly navigate to my custom asset details page. There i need to show all the images from dam f...
I have created AEM user. What all permissions I need to assign that user so that he is able to create collections, delete collection and add assets to collections ?Thanks in advanceRegards,Vasim
I have created AEM user. What all permissions I need to assign that user so that he is able to create collections, delete collection and add assets to collections ?Thanks in advanceRegards,Vasim
Hi,I have a requirement where I need to customize link share email template. so that when ever I sent a mail through link share my mail should have my own specified styles.Thanks in advance.Regards,vasim
I am able to display an image statically using displayfield xtype and setting fieldDescription property value as <img src="path of the image from DAM"> in classic UI. How to reproduce the same in Touch UI?
I have a login form. When I enter wrong credentials an error message pop's up which is coming from angular JS statically. How to access i18n entries for displaying error messages in different languages based on locale of the page using angular JS.