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

milind_bachani
milind_bachani
Online

Badges

Badges
27

Accepted Solutions

Accepted Solutions
48

Likes Received

Likes Received
264

Posts

Posts
194

Discussions

Discussions
65

Questions

Questions
129

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by milind_bachani
Customize the badges you want to showcase on your profile
Re: Service Factory returning null after deploying project into aem - Adobe Experience Manager 27-05-2022
HI @Vani1012 , Is the SP11 installed to the aem server before deploying the code ? If not please download the SP11 from software distribution link. And follow:Start serverInstall service pack downloaded above using package managerRestart local aem instanceDeploy custom code Check if the bundle goes active.Thanks,Milind

Views

203

Likes

2

Replies

1
Re: AEM SPA (React) App not working though Dispatcher - Adobe Experience Manager 25-05-2022
ahh, so @gregy68980908 you model path and your actual URL path should match in order to work.Either you override the model to give short path for all relevant properties, or remove the url shortening completely in order to make it work.I hope you havent used any apache rewrites for shortening too!Thanks,Milind

Views

133

Like

1

Replies

2
Re: CRUD operations for Nodes. - Adobe Experience Manager 25-05-2022
Hi @Manasi29 , You can find that all operations are possible and are documented here :https://sling.apache.org/apidocs/sling11/org/apache/sling/api/resource/ResourceResolver.html You can also find some code examples in the below link for reference:https://www.tabnine.com/code/java/classes/org.apache.sling.api.resource.ResourceResolver Thanks,Milind

Views

81

Likes

2

Replies

0
Re: AEM SPA (React) App not working though Dispatcher - Adobe Experience Manager 25-05-2022
Hi @gregy68980908 , As you have turned on short urls, I doubt on the model.json response - can you please compare model.json response on Publisher(where page is loading) and on dispatcher(where page is not loading). I suspect the :children might be returning short urls as well. Can you turn off the url shortening for once and try fetching the page via dispatcher ?Because, URL shortening is still pain area for SPA editor websites in AEM & generally, custom shortening lead to such issues.Thanks,Mi...

Views

139

Likes

2

Replies

4
Re: How to access CRXDE in publish instance? - Adobe Experience Manager 24-05-2022
Agreed @SantoshSai 

Views

286

Like

1

Replies

0
Re: YouTube Component - Adobe Experience Manager 24-05-2022
Hi @ldorel , Here is the core youtube component which you can use :https://github.com/adobe/aem-core-wcm-components/tree/main/content/src/content/jcr_root/apps/core/wcm/components/embed/v1/embed/embeddable/youtube Refer to the dialog properties in the readme :./youtubeVideoId - defines the YouTube video ID../youtubeWidth - defines the YouTube video player width../youtubeHeight - defines the YouTube video player height../youtubeAspectRatio - defines the YouTube video player aspect ratio../youtube...

Views

83

Like

1

Replies

0
Re: Support Product Category - Modify Display of all items of one same reference at one time - Adobe Experience Manager 24-05-2022
Hi @Ale9 , Can you please elaborate the issue and be more descriptive. The 3 liner is not enough to understand problem statement here. Please feel free to post screenshots, attach packages so that we can help you positively.Thanks,Milind

Views

48

Like

1

Replies

0
Re: How to perform pagination as there is none included under core components. Please help - Adobe Experience Manager 24-05-2022
Hi @Sanjana12 , Here are some useful links that might help you to create a custom pagination component:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-6-5-add-pagination-to-list/td-p/417939https://aem4beginner.blogspot.com/aem-ajax-pagination-using-sightly-listhttps://aem4beginner.blogspot.com/sightly-pagination-component-usinghttps://github.com/edubey/sightly-pagination Please, refer to the tutorials and feel free to reach out if you need any help.Thanks,Milind

Views

59

Like

1

Replies

1
Re: How to create scheduler to run the sling servlet? - Adobe Experience Manager 24-05-2022
Hi @aaqibk92586681 , Whatever @arunpatidar suggested should help.However, the use case you mentioned only needs a service (DoSomethingService) & a scheduler(MyScheduler that invokes DoSomething.doing()) which uses the service at given frequency according to CRON expression.But, incase you also need an manual option to do the task, you can have a servlet at some path (/bin/execute/dosomething) and call it if required.This approach will enable :1. Scheduled job to do the task using scheduler at gi...

Views

130

Like

1

Replies

1
Re: How to access CRXDE in publish instance? - Adobe Experience Manager 24-05-2022
Hi @kdagestany , In addition to what @SantoshSai mentioned should help. But in case you are directly accessing :http://localhost:4503/crx/de/index.jsp but you are unable to login from top right login option, you can navigate to http://localhost:4503/crx/packmgr/index.jsp and try logging in. P.S. Make sure you have user created to access the publisher CRX. However, if you are trying on localhost you can use default admin creds.Thanks,Milind

Views

298

Likes

2

Replies

2