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

subrato_kha
subrato_kha
Online

Badges

Badges
22

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
20

Posts

Posts
59

Discussions

Discussions
25

Questions

Questions
34

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by subrato_kha
Customize the badges you want to showcase on your profile
Re: Extend Teaser Component using Sling Model Delegate Pa... - Adobe Experience Manager 26-11-2020
I am using AEM 6.5.5

Views

404

Likes

0

Replies

0
Re: Extend Teaser Component using Sling Model Delegate Pa... - Adobe Experience Manager 24-11-2020
@SureshDhulipudi : There is no new methods getting introduced so new interface doesnt have any value, but yes the way mentioned injecting the linkURL can be better done by Delegate pattern where you can get the link url by this.teaser.getLinkUrl(). Inspite of using this method to update the url to a static link, the actual link on the image of the teaser component always takes the link from the properties but not the link which I modified in the backend.

Views

431

Likes

0

Replies

0
Re: Extend Teaser Component using Sling Model Delegate Pa... - Adobe Experience Manager 24-11-2020
@arunpatidar : using this approach the postconstruct is not getting invoked

Views

462

Likes

0

Replies

0
Re: Unable to edit page properties in editable templates - Adobe Experience Manager 24-11-2020
The issue was caused by the modernizer tool which is used to update the static templates to editable templates. The tool moves the cq:BlueprintSyncConfig/cq:LiveSyncConfig inside the root node(responsivegrid) which causes the issue. In general the cq:BlueprintSyncConfig/cq:LiveSyncConfig should be inside the jcr:content node. Moving cq:BlueprintSyncConfig/cq:LiveSyncConfig outside root node fixed the issue.

Views

449

Likes

4

Replies

1
Extend Teaser Component using Sling Model Delegate Pattern - Adobe Experience Manager 24-11-2020
Hi,I have been trying to extend Teaser component behaviour using Sling Delegate Pattern. I want to overwrite the linkUrl property behaviour but it is not working as expected. The link on the image is always the one which is configured on the component but I expect it to be overwritten by the static link from the below overwritten method. import com.adobe.cq.export.json.ComponentExporter;import com.adobe.cq.wcm.core.components.models.ListItem;import com.adobe.cq.wcm.core.components.models.Teaser;...

Views

661

Likes

0

Replies

8
Unable to edit page properties in editable templates - Adobe Experience Manager 29-10-2020
Hi,We are trying to migrate from static templates to editable templates. After migration we are facing issue.Like when you open the page properties from migrated page you get below warning in error.log file and the page properties doesn't opens up 29.10.2020 16:14:52.409 *WARN* [212.61.155.154 [1603988092406] GET /editor.html/content/mysite/en/undefined.html/content/mysite/en/foo HTTP/1.1] com.adobe.cq.xf.impl.servlet.rendercondition.EditorRenderCondition Page at path /content/mysite/en/undefine...

Views

570

Likes

0

Replies

5
Unable to open page properties in editable templates - Adobe Experience Manager 29-10-2020
Hi All, We are trying to migrate from static templates to editable templates. After migration we are facing issue.When we try to open the page properties from the page it doesn't opens up and gives below warning in the error log file. 29.10.2020 13:27:44.370 *WARN* [0:0:0:0:0:0:0:1 [1603974464366] GET /editor.html/content/mysite/en/undefined.html/content/mysite/en/foo HTTP/1.1] com.adobe.cq.xf.impl.servlet.rendercondition.EditorRenderCondition Page at path /content/mysite/en/undefined.html/conte...

Views

255

Likes

0

Replies

0
Re: AEM Login button issue in crxde - Adobe Experience Manager 21-08-2020
@vanegi the feature is configurable means i can enable the login option in CRXDE Lite ?

Views

2.2K

Likes

0

Replies

0
Re: AEM Login button issue in crxde - Adobe Experience Manager 21-08-2020
@ChitraMadan : Dont know how removal of login button from CRXDE is protecting when we can login via package manager

Views

2.1K

Likes

0

Replies

0
AEM Login button issue in crxde - Adobe Experience Manager 20-08-2020
Hi All,Recently we have installed AEM 6.5.5 SP and the login option is not visible anymore though CRXDE. Has anyone faced this issue. @kautuk_sahni  

Views

2.3K

Like

1

Replies

6