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

Bhuwan_B
Bhuwan_B
Online

Badges

Badges
33

Accepted Solutions

Accepted Solutions
87

Likes Received

Likes Received
316

Posts

Posts
253

Discussions

Discussions
35

Questions

Questions
218

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Bhuwan_B
Customize the badges you want to showcase on your profile
Re: [GraphQL] Calling GraphQL endpoint programatically from within AEM (OSGi bundles) - Adobe Experience Manager Forms 23-05-2022
@baoyu_li try with jetty clienthttps://github.com/graphql-java-generator/graphql-maven-plugin-project/blob/master/graphql-java-client-runtime/src/main/java/com/graphql_java_generator/client/RequestExecutionImpl.java

Views

159

Like

1

Replies

0
Re: SEO meta titles and descriptions in AEM - Adobe Experience Manager 20-05-2022
Hi,property mapping is depends on the page component for e.g.If you are using core component thenhttps://github.com/adobe/aem-core-wcm-components/blob/main/content/src/content/jcr_root/apps/core/wcm/components/page/v3/page/head.htmlIf foundation component then/libs/wcm/foundation/components/basicpage/v1/basicpage/basicpage.html

Views

138

Like

1

Replies

0
Re: How to set Default value in Dropdown in fragment model ? - Adobe Experience Manager 03-05-2022
Hi @Anmol_Bhardwaj Where i need to add jcr:property , [ selected = {Boolean}true ] in below properties. Please let me know exact location where i need to add in below properties or other CRX window.

Views

126

Like

1

Replies

0
Re: View As Published on author directly without editor - Adobe Experience Manager 28-04-2022
Hi,You can check https://www.linkedin.com/pulse/aem-how-add-custom-button-siteshtml-render-based-paths-vikraman/

Views

127

Like

1

Replies

0
Re: Need AEMCaaS quality check profile - Adobe Experience Manager 28-04-2022
@Bhuwan_B Thank you for your reply. I have gone through these. 2) All the rules mentioned in the sheet are not provided by Sonar Way(Default profile) or the Plugin mentioned in 3rd point. For Eg: CWE-6763) This is the AEM Rules plugin we have installed from marketplace but this also doesn't provide all the rules.

Views

102

Like

1

Replies

0
Re: how does aem prevents sql injection? - Adobe Experience Manager 27-04-2022
You should be fine, using JCR_SQL2 is read only which means that you can only use the "SELECT" keyword.

Views

192

Like

1

Replies

0
Re: Enumeration Data Type (Content Fragment) throws validation error even after dropdown value is populated - AEM 6.5.12.0 - Adobe Experience Manager 26-04-2022
Please log a support case mentioning:#SITES-4960 - Enumeration Field Dropdown Validation Fails .

Views

94

Like

1

Replies

0
Re: Sling models not getting registered in one of the AEM instance authors - Adobe Experience Manager 25-04-2022
There might be a possibility that something is wrong with that instance.

Views

258

Like

1

Replies

0
Re: cq:lastReplicated property is not updating in publish instance - Adobe Experience Manager 20-04-2022
When a page is published from Author -> Publisher, the publisher see's the resource as a new item added. You should be okay to use the currentPage.jcr:created as this date can represent the last replicated date. But however, just as a experiment for yourself, when looking at the Author, the jcr:created is the actual creation date of when the page was created (this date will neverchange), and you can actually find the cq:lastReplicated, as this will be the actual lastReplication date.

Views

82

Likes

2

Replies

0