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

bilal_ahmad
bilal_ahmad
Offline

Badges

Badges
30

Accepted Solutions

Accepted Solutions
16

Likes Received

Likes Received
67

Posts

Posts
108

Discussions

Discussions
19

Questions

Questions
90

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by bilal_ahmad
Customize the badges you want to showcase on your profile
Re: [ERROR] Failed to execute goal com.day.jcr.vault:cont... - Adobe Experience Manager 17-08-2022
Thank you @danilo-delfio my issue got resolved with ur suggestion. 

Views

122

Like

1

Replies

0
Re: [New] Welcome to AEM Community! Please Introduce Yourself - Adobe Experience Manager 27-07-2022
Good Morning Everyone, Thank you for giving me this opportunity to be part of your community. My name is Patrick Yee and I am a software engineer that loves using .NET, C#, C++, HTML, CSS, and JavaScript. I love to learn about technology. I also enjoy reading and writing, and playing video games. I am inspired to a game software developer, but in the meantime I want to be more knowledgeable person with a lot of skills.

Views

107

Like

1
Re: AEM 6.5.5 | Not able to login - Adobe Experience Manager 18-05-2022
Hi Bilal, we are facing the same issue in AEMaaCS instance now. Were you able to figure out the root cause of the issue and any way to fix it?

Views

807

Likes

0

Replies

0
Re: German umlauts rendering as ?'s (AEM 6.4.5) - Adobe Experience Manager 27-07-2021
Hi,I am also having the same issue regarding German language....Thanks for the solution.

Views

291

Likes

0

Replies

0
Re: Migrate Coral UI 2 Multifield to Coral UI 3 Multifiel... - Adobe Experience Manager 27-05-2021
Hey There.. We have migrated our multifield components to coral ui3. Ran script to migrate the existing json content to save as nodes. The script ran successfully and data is saved properly. However when we open the page the data is not getting displayed. When we edit the dialog values are showing up in dialog and once we click ok then the data is getting displayed. Checking if any of you guys faced this issue ?

Views

642

Likes

0

Replies

0
Re: /oak:index for search component - Adobe Experience Manager 24-05-2021
Hey @manikanthar1295 ,When you fire a query to search content, copy that query and paste it in Query Performance Tool(/libs/granite/operations/content/diagnosistools/queryPerformance.html) and find out if any index has been used or not. If yes, then you probably need to add the path(if that's inside /content/yourProject) in included path and if you're searching for any specific property, you should add that too. If you happen to see that your query is a traversal query and not using any index, c...

Views

251

Likes

0

Replies

0
Re: Getting error " Unable to fetch data Source" while setting up data model integration in AEM Forms - Adobe Experience Manager 24-05-2021
I used the driver version 8.0.25(latest) with AEM6.5.8 but it didn't work. I was wondering why then I switched my driver to 8.0.12 and it worked! eventually, I found your comment/suggestion to use 8.0.12. Thanks anyway

Views

686

Likes

0

Replies

0
Re: Hi There is no way you can apply 2 different cloud co... - Adobe Experience Manager 29-04-2021
Hi Ashish, Thanks for the reply. is there a way to overlay global models similar to overlaying core text , image components. Can we create a model in Tenant A having sling:resourceSuperType as global/model path? ThanksHina

Views

277

Like

1

Replies

0
Re: abort processing of the request - Adobe Experience Manager 29-04-2021
Hi @anelem1760873! Usually, you would include your filter into the filter chain and override the doFilter() method as @bilal_ahmad outlined in his code example.Depending on your understanding of how to "block/abort" the request, you could do one of the following:Check for the right condition and send an appropriate HTTP response (e. g. 404 Not Found or any other 4xx or 5xx code that makes sense for your use case) - exactly what @bilal_ahmad mentioned. You can find a simple example of a LoggingFi...

Views

329

Likes

2

Replies

0
Re: Update AEM Page Properties in bulk - Adobe Experience Manager 28-04-2021
Hey @Anantha, few suggestions:1. If your pages have same sling:resourceTtpe i.e they use same page templates, then you can leverage OOTB bulk edit: 2. Use Groovycripts to update the properties. For that you need to first write a query that will find out all your relevant pages(keeping page template or any other property(ies)) in mind. You need to be careful if you have excluded any path(s) in your custom index definition(oak:index) because sometimes we don't want certain page(s) or path(s) to sh...

Views

597

Like

1

Replies

0