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

HeenaMadan
HeenaMadan
Online

Badges

Badges
17

Accepted Solutions

Accepted Solutions
13

Likes Received

Likes Received
54

Posts

Posts
52

Discussions

Discussions
12

Questions

Questions
40

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by HeenaMadan
Customize the badges you want to showcase on your profile
Re: logs not getting updated when running AEM inside windows - Adobe Experience Manager 11-08-2022
@jayv25585659 you can tail log in windows using Jtail.jar. Please refer to below article: https://aem4beginner.blogspot.com/how-to-tail-log-files-of-aem-in-windows

Views

43

Like

1

Replies

0
Re: request getattribute in Sightly set from slingmodel - Adobe Experience Manager 10-08-2022
@Nikhil_Verma yup there is no way to access request getattribute directly in sightly. We can use either js or separate model to get setted value.

Views

66

Like

1

Replies

0
Re: Load device specific HTML - Adobe Experience Manager 09-08-2022
@s1101v As you know, for every unique URL, there can be only a single response which will be further cached by Dispatcher. So to get a device-specific response from the publisher, you need to generate different URLs, one for each device. Selector based approach is the best solution in this case. Now, you do not need to implement a selector in all components. Just implement in the page component, and if you do not need page level changes, call your page.html from mobile.html under the page compon...

Views

38

Like

1

Replies

0
Re: AEMaaCS DAM permissions - limit one folder to jcr:read, others jcr:all - Adobe Experience Manager 09-08-2022
Provide deny write access to access to /content/dam/aem-training-documentation folder Permission: deny Access: write folder path: /content/dam/aem-training-documentation

Views

39

Likes

2

Replies

0
Re: servlet in satisfied status not active - Adobe Experience Manager 09-08-2022
Please check all reference variables are successfully referenced in impl class of the servlet. Go to http://localhost:4502/system/console/components find servlet and check all Reference implementations by click servletpath. It would be good if you share reference servlet code

Views

51

Like

1

Replies

0
Re: What is the difference between @Inject and @ValueMapValue in simple words. - Adobe Experience Manager 09-08-2022
@Inject: This annotation is used to inject a property, resource, request, OSGi service. This is a generic annotation @ValueMapValue: Injects a ValueMap value. If via is not set, it will automatically take resource if the adaptable is the SlingHttpServletRequest. If name is not set the name is derived from the method/field name.

Views

107

Likes

2

Replies

0
Re: AEM 6.5 find all pages that use a specific Template - Adobe Experience Manager 08-08-2022
Thank you very much. It worked nicely.

Views

47

Like

1

Replies

0
Re: my child tittle is not coming in list in sightly - Adobe Experience Manager 08-08-2022
Use below way to print title of all child pages: ${industryModel.linkPath} ${item} //gives title of all child pages as it is the current item in the iteration.

Views

74

Likes

3

Replies

0
Re: Apache Sling Content Disposition Filter - Adobe Experience Manager 05-08-2022
Hi, Probably try restarting the service, It is just a filter so you can debug also in local or add a logger, to check what exactly happening?

Views

66

Likes

0

Replies

0
Re: Bulk Migration from Media Server to AEM DAM - Adobe Experience Manager 04-08-2022
Hi @arungm20 If you can dump all the assets into S3 bucket you can use CTT tool to migrate the assets to AEM Pleas refer to below link https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/migration-journey/cloud-migration/content-transfer-tool/guidelines-best-practices-content-transfer-tool.html?lang=en

Views

46

Likes

2

Replies

0