Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

anish-s
anish-s
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
91

Likes Received

Likes Received
312

Posts

Posts
220

Discussions

Discussions
51

Questions

Questions
169

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by anish-s
Customize the badges you want to showcase on your profile
Re: Getting classCast Exception - Adobe Experience Manager 04-05-2022
hi @akhilr48142671 ,Check some of the examples of similar case here - https://www.tabnine.com/code/java/methods/com.day.cq.dam.api.Asset/getLastModified

Views

74

Like

1

Replies

0
Re: Dynamically update the div ID in the component.html - Adobe Experience Manager 04-05-2022
Hi @Keerthi97 ,There are couple of things I can suggest here:-If for your requirement you can manage just to have a unique id for every time a component is dropped in a page- ex- testcontainer-someUniqueId, then use this documentation. You can have a js code to manipulate the component just by searching the id. - https://aem.redquark.org/2019/12/generate-id-for-aem-components.htmlif you have to use 1,2,3... then you will have to right a custom js snippet which will iterate through the dom by kee...

Views

140

Likes

2

Replies

0
Re: AEM 6.5 VanityPath is not working - Adobe Experience Manager 29-04-2022
Hi @juancarlos2022 ,Looking at the image, it seems like you have some customization in your base page properties which is making it disable. This could have been done intentionally within your project. This is not how AEM OOTB page properties looks like. I would recommend to verify each property on the basepage within your project to check where what is causing this. And for reference, create a fresh AEM instance and go to page properties for we-retail and verify. Also, if in dev stage and prod ...

Views

83

Likes

2

Replies

0
Re: How to restrict asset downloads on the AEM publish side? - Adobe Experience Manager 28-04-2022
Hi @sai_rama_krishn ,You can utilize CUG concept in order to achieve this. see this example - https://experienceleague.adobe.com/docs/experience-manager-learn/assets/advanced/closed-user-groups....Just this configuration will not help you to achieve this, you will have to write a custom authentication handler. As soon as the user tries to access the restricted asset, you can show a form popup or redirect and have a form where you will collect the user data, once the data is collected you will re...

Views

89

Likes

2

Replies

1
Re: proxying the content - Adobe Experience Manager 28-04-2022
Hi @SahrudayaB ,Here the client is your AEM instance and server is the webpack where you are accessing the same AEM content without the authoring capabilities.In the documentation you will see "proxy": "http://localhost:4502",which means we are proxying this AEM instance and rendering all the content on the webpack server for the view. It will be like end user view without any authoring capabilities. And any change you make in the AEM authoring page, you will see that reflecting adhoc on the web...

Views

87

Like

1

Replies

0
Re: How to Translate assets metadata one language to another language - Adobe Experience Manager 27-04-2022
Hi @nav_rasamalla12 ,There is no additional step that needs to be done for translation.What are the properties that are not getting translated? There is a rules file which defines what all properties will be translated. Check the files under this folder and see if it helps - /libs/settings/translation/rulesBTW this is just a trial version translation service we have. For actual you will have to purchase or have some other translation service integrated with AEM like Lingotek

Views

177

Like

1

Replies

0
Re: AEM Target configurations - Adobe Experience Manager 27-04-2022
As you might already know, AEM Adobe integration is a two step process-Creating the IMS configuration - When you create "Adobe IMS Configurations" for AEM and Target integration, the values gets stored at /apps/system/config/com.adobe.granite.auth.oauth.accesstoken.provider.c023ae85-c724-46d5-8512-ef02442ffc78.configYou can go ahead and create run modes at this location - examples in /libs/system. But as you see this a location for AEM OOTB generated configurations, it is not recommended to do s...

Views

240

Likes

2

Replies

2
Re: Dispatcher configuration - Adobe Experience Manager 27-04-2022
Try restarting the server post all the configurations and the check if it works.

Views

137

Like

1

Replies

0
Re: How to use sitemap using OOTB sitemap generator on AEM 6.5.12 - Adobe Experience Manager 27-04-2022
Hi @divanshug96 ,Please follow this documentation - https://aemsimplifiedbynikhil.wordpress.com/2021/12/01/apache-sling-sitemap-for-aem-6-5-11-and-aemaacs/

Views

164

Like

1

Replies

1
Re: Integration with Adobe Target - Adobe Experience Manager 27-04-2022
As you might already know, AEM Adobe integration is a two step process-Creating the IMS configuration - When you create "Adobe IMS Configurations" for AEM and Target integration, the values gets stored at /apps/system/config/com.adobe.granite.auth.oauth.accesstoken.provider.c023ae85-c724-46d5-8512-ef02442ffc78.configYou can go ahead and create run modes at this location - examples in /libs/system. But as you see this a location for AEM OOTB generated configurations, it is not recommended to do s...

Views

74

Likes

2

Replies

1