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

vdhim23
vdhim23
Offline

Badges

Badges
22

Accepted Solutions

Accepted Solutions
9

Likes Received

Likes Received
1

Posts

Posts
135

Discussions

Discussions
17

Questions

Questions
118

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by vdhim23
Customize the badges you want to showcase on your profile
Load Site Specific Dictionary - Adobe Experience Manager 05-10-2020
Hi, We have dictionary under /content/dam for languages say (en-us, es-us) . When we load the page its injected and we have the translated content render on the page. As part of the requirement I have some doubts to clarify. 1) When I load the page, I see multiple calls of /libs/cq/i18n/dict.xxx.json, how can we restrict default dictionary calls?/libs/cq/i18n/dict.en.json/libs/cq/i18n/dict.en-US.json (We need only this one)/libs/cq/i18n/dict.en.json2) My custom dictionary /libs/cq/i18n/dict.en-U...

Views

389

Likes

0

Replies

2
Dynamically Load Field Set - Dispatcher - Adobe Experience Manager 12-11-2019
Hi,I have an article page (Dynamic)| which getting data from service and display article's content on the page. It has certain attributes such as Article Name, Last Updated Date, etc.This page is cached and shows the content. Only the Last Updated Date is frequently getting change. Couple of solutions that we had :Use SDI, But this will make the whole component non-cacheable but we want caching of content.Use Ajax call, Right now the implementation is purely written in the backend to get and ren...

Views

519

Likes

0

Replies

0
Dynamically Update Path On data-sly-use - Adobe Experience Manager 22-10-2019
Hi, I am calling one template using data-sly-use. below is the directory structure i have/apps/myprj1/core/components/content/componentA/componentA.html/apps/myprj1/core/components/content/templates/templatesA.htmlNow I want to use the template in componentA.html as below. But not able to call template.Idea is during using template, avoid the project name in the path i.e. myprj1How this can be fix.

Views

862

Likes

0

Replies

1
Include XF in Sightly - Adobe Experience Manager 17-08-2019
Hi,I need to add XF in sightly as static include. e.g.Here xfpath is the path of experience fragment. But this fragment not display on my page. what is the way to do it? xfpath = /content/experience-fragments/myapp/en/products/1234Regards,

Views

628

Likes

0

Replies

1
Trigger Error Code From Sightly - Adobe Experience Manager 07-08-2019
Hi,Is there any convienent and easy to use way out to trigger error codes to check error handling. AEM version 6.5.Error Codes : 500 , 400, 403 Thanks,

Views

591

Likes

0

Replies

1
Re: Unable to navigate landing page after login - Adobe Experience Manager 25-07-2019
Tried forward as well, unfortunately, same behaviour.org.apache.sling.api.wrappers.SlingHttpServletRequestWrapper req = new org.apache.sling.api.wrappers.SlingHttpServletRequestWrapper(request) { public String getMethod() { return "GET"; } };javax.servlet.RequestDispatcher dispatcher = request.getRequestDispatcher(path);dispatcher.forward(req, response);

Views

1.5K

Likes

0

Replies

1
Re: Unable to navigate landing page after login - Adobe Experience Manager 25-07-2019
No, Changing root mapping didn't work.

Views

1.5K

Likes

0

Replies

3
Unable to navigate landing page after login - Adobe Experience Manager 25-07-2019
Hi,I am using AEM 6.5 author instance. After login authentication, i have tries several ways to redirect new page. I can see in response, landing page is coming but does not reload in the browser. In the end, login page remains in browser.Below is the POST of my login servlet :protected void doPost(SlingHttpServletRequest request, SlingHttpServletResponse response) { String path = "/content/amc/en/homepage/landing-page.html"; try { String uname = request.getParameter("uname"); String password = ...

Views

1.6K

Likes

0

Replies

5
Unable to fetch OSGi Configuration Values - Adobe Experience Manager 15-06-2019
Hi,I have created an event handler and used OSGi configuration as below.@Component(immediate = true, service=EventHandler.class, property= { EventConstants.EVENT_TOPIC + "=" + ReplicationAction.EVENT_TOPIC }) @Designate(ocd = PagePublishEventHandler.Configuration.class) public class PagePublishEventHandler implements EventHandler { private static String rootPage = ""; @Override public void handleEvent(final Event event) { } @Activate @Modified public void activate(Configuration config) { String ...

Views

519

Likes

0

Replies

0
Responsive Grid is not working - teaser component - Adobe Experience Manager 30-04-2019
Hi,I am trying to use responsive behaviour of core components via proxy components. I am using OOTB teaser component.In editable template, I have added teaser component which have resourceSuperType core/wcm/components/teaser/v1/teaserI am in the layout mode and see the resposive layout.I tried to set the viewport of teaser component via dragging. It shrinks but when I release the key of mouse, it again take the default position. PFAI am refering the wknd codebase.AEM Env : 6.5.0Regards

Views

1.3K

Likes

0

Replies

3
Likes given to
Likes from