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

Dinu_Arya
Dinu_Arya
Offline

Badges

Badges
37

Accepted Solutions

Accepted Solutions
17

Likes Received

Likes Received
52

Posts

Posts
201

Discussions

Discussions
35

Questions

Questions
166

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Dinu_Arya
Customize the badges you want to showcase on your profile
Re: How to get group in sightly? - Adobe Experience Manager 03-06-2022
Agree @Jörg_Hoh 

Views

126

Like

1

Replies

0
Disable Delegate and Step back features for a workflow using OOTB feature - Adobe Experience Manager 23-03-2022
Hi Team, I have to disable Delegate and Step back features for a particular workflow from content page. Do we have feasibility in OOTB functionality? If not, is there any customized solution? Thank you!AryA

Views

53

Likes

0

Replies

0
Re: Form is not getting submitted in dispatcher - Adobe Experience Manager 19-12-2021
Here is what we did to solve this issue.Add the following dispatcher rule to /etc/httpd/conf.dispatcher.d/filters/publish-filter.any (adjust to your path):/0261 { /type "allow" /method "POST" /path "/content/forms/af/[A-Za-z0-9-]*/[A-Za-z0-9-]*/jcr:content/guideContainer*" /extension '(jsp)'} # allow POSTs to submit AEM Forms under contentOtherwise the dreaded “[AF] [AEM-AF-901-004]: Encountered an internal error while submitting the form” error popup will be displayed for any Publisher form sub...

Views

425

Likes

0

Replies

0
Re: How to make all the components in age non editable programmatically? - Adobe Experience Manager 08-11-2021
Hi,You can achieve this via filter as well, check group against path and add componentContext.setDecorate(false);e.g. https://github.com/arunpatidar02/aem63app-repo/blob/master/java/XFFilter.java

Views

296

Like

1

Replies

0
Re: Lock/Unlock page using system user - Adobe Experience Manager 26-10-2021
@Bhuwan_B I tried system user but I'm not able to lock and/or unlock the page. I'm working on AEM 6.5 and I don't see the properties related lock in order to delete. Please suggest. @kautuk_sahni

Views

266

Like

1

Replies

0
Re: How to identify a page that subjected to a workflow? - Adobe Experience Manager 22-10-2021
Hello, Page will not have information related to workflow.Only way to find out the details are workflow Instances or Launcher. (otherwise you can develop custom feature to pull required info) hope it helps.

Views

211

Like

1

Replies

0
Re: Create HTML file upload image/zip file in DAM - Adobe Experience Manager 28-09-2021
It was , in the url, corrected now.

Views

675

Like

1

Replies

0
Re: resource resolver mock in test not able to adapt query builder - Adobe Experience Manager 27-09-2021
Hi @ravi_joshi,Please find below thread where I had a chance to share sample test class for Query Builder logic in Sling Servlet. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-servlet-junit-writing-which-using-querybuilder/td-p/375359 You can use the mock implementation (in @BeforeEach method) in your Sling Model Test case and continue per your Sling Model logic. If you face any issues, please do share your actual Sling Model class if possible.

Views

702

Like

1

Replies

0
Re: Fav icon is not displayed in iPhone 6 book mark - Adobe Experience Manager 10-09-2021
Hi @kautuk_sahni , We are seeing lot of 404s in AEM access.log due to these apple-touch-icon and favicon. Error seen in logs/content//us/en/apple-touch-icon-152x152.png HTTP/1.1" 404 93369 "-" "MobileSafari/604.1 CFNetwork/1128.0.1 Darwin/19.6.0" Can you please suggest where do we need to place these apple touch icon and favicon images so that they can be accessed from "/content//us/en/.." to resolve this issue? Thanks

Views

279

Likes

0

Replies

0
Re: Change runmode of existing AEM instance - Adobe Experience Manager 25-08-2021
You can only add customized run modes to existing instance by amending the start script. After the installation, an instance cannot be changed from author to publish, or vice versa.https://helpx.adobe.com/tw/experience-manager/kb/RunModeSetUp.html

Views

530

Like

1

Replies

0