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

arunpatidar
arunpatidar
Online

Badges

Badges
57

Accepted Solutions

Accepted Solutions
1211

Likes Received

Likes Received
2755

Posts

Posts
4263

Discussions

Discussions
1043

Questions

Questions
3223

Ideas

Ideas
26

Blog Posts

Blog Posts
9
Top badges earned by arunpatidar
Customize the badges you want to showcase on your profile
Re: Display as Teaser in List Component - Adobe Experience Manager 19-08-2022
The documentation is correct but the screenshot is wrong(maybe from v3) at https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/v2-components/list.html?lang=en#item-settings-tab Hi @kautuk_sahni could you please check the list components V2 document? I created an issue at https://github.com/AdobeDocs/experience-manager-core-components.en/issues/39

Views

16

Like

1

Replies

0
Re: Canonical URL and hreflang tag automation - Adobe Experience Manager 19-08-2022
Thank you, @Ravi_Pampana we'll have to check this method out as well as the SAX transformer pipeline suggested by @arunpatidar. Appreciate your feedback!

Views

41

Likes

0

Replies

0
Re: Asset Ingestion via MuleSoft to AEMaaCS - Adobe Experience Manager 19-08-2022
Hi, Probably you can check integration part if that helps https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/generating-access-tokens-for-server-side-apis.html

Views

25

Like

1

Replies

0
Re: JUNIT SAXNotRecognizedException - Adobe Experience Manager 18-08-2022
How I solved: junit-addons junit-addons test 1.4 xerces xercesImpl junit junit

Views

32

Like

1

Replies

0
Re: Empty attribute value stripped by Sightly - Adobe Experience Manager 18-08-2022
There is a solution: `alt="${properties.alt || true}"`Will render the authored value or `alt`https://github.com/adobe/aem-core-wcm-components/issues/1268#issuecomment-1126000022

Views

21

Likes

0

Replies

0
Re: Redirect Rule redirecting HTTPS request to HTTP - Adobe Experience Manager 18-08-2022
I have reached out to Cloud Support Team for both the queries. I will update once as per their response. Thanks for your support and workaround fix @Mohit_KBansal !

Views

25

Like

1

Replies

0
Re: Create a new core level with the AEM Core WCM - Adobe Experience Manager 18-08-2022
I would not recommend to use apps/core location for custom build. you can try apps/org-core and do proxy from there. Yes this is possible we did this for custom core components that we built.

Views

17

Like

1

Replies

0
Re: AEMaaCS : Dispatcher/CDN cache - Adobe Experience Manager 17-08-2022
@arunpatidar thanks for the reply. 1> Does both dispatcher and CDN cache gets cleared on each deployment? 2> As per my unserstanding clientlib versioning means , everytime you make new release new version gets added to clientlibs and same will be called inside html files, but what happens to the old clientlibs which are cached inside dispatcher and CDN ? after new release new clientlib gets called and gets cached as old new will replace with new path in html files but what happens to old cached ...

Views

50

Likes

0

Replies

0
Re: Maker in logs does not work in AEM Cloud?? - Adobe Experience Manager 17-08-2022
Please check https://sling.apache.org/documentation/development/logging.html#logger-configuration-1

Views

38

Like

1

Replies

0
Re: Display Composite multifield on pages using sling model and htl - Adobe Experience Manager 17-08-2022
You can try @ChildResource injector https://sling.apache.org/documentation/bundles/models.html @ChildResource ChildrenList compositefield;

Views

22

Likes

3

Replies

0