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

markus_bulla_adobe
markus_bulla_adobe
Offline

Badges

Badges
24

Accepted Solutions

Accepted Solutions
77

Likes Received

Likes Received
208

Posts

Posts
162

Discussions

Discussions
10

Questions

Questions
153

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by markus_bulla_adobe
Customize the badges you want to showcase on your profile
Re: Content did not save in classic to touch UI converted... - Adobe Experience Manager 03-08-2021
Thanks for the response. The issue had been identified, I moved the file"/apps/cq/xssprotection/config.xml" to the temp folder and it's resolved the issue.

Views

137

Like

1

Replies

0
Re: ADO-E116 Adobe Experience Manager Sites Developer Expert - Adobe Experience Manager 02-08-2021
Hi @Eshwarign!While not exactly focusing on the developer exam (ADO-E116), there are some threads on the architect exams (ADO-E117):https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/need-help-on-ado-e117-architect-exam/qaq-p/417090https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-sites-architect-certification-ad0-e117/qaq-p/411841Going through these resources will definitely help you with the developer exam as well. It's been some time for me s...

Views

1.7K

Like

1

Replies

0
Re: Best practices for where to set up local repositories... - Adobe Experience Manager 02-08-2021
Hi @Codelime!In general, there are no technical requirements with regards to the location where you should keep your AEM instances, source code or other AEM-related files.You can choose whatever fit's best into your way of working and general data hierarchy on your machine. There are a couple of things to take into account, though.In many corporate environments, there will be limitations on where you can or should store working files/data. So this will limit your choices to certain areas on your...

Views

176

Likes

2

Replies

0
Re: How to standardise the size of thumbnails in AEM - Adobe Experience Manager Forms 02-08-2021
Hi @SPReddy!Could you please elaborate on the use case and information that you are looking for? Thanks!

Views

139

Like

1

Replies

0
Re: Removal of auto generated wrapping div tag around the... - Adobe Experience Manager 02-08-2021
Hi @ashpawartmg!As @arunpatidar already pointed out, it is not possible to remove the auto-generated DIV tags while keeping the ability to edit components.AEMs authoring user interfaces takes the additional DIVs to inject editing capabilities and UI elements and allows you to edit components. While it is possible to change the decoration tags to another HTML tag, there is no way to do both: remove the decoration tags altogether and being able to edit the page/components.It's totally possible - a...

Views

334

Like

1

Replies

0
Re: Audit ACL Permission change in AEM - Adobe Experience Manager 29-07-2021
Hi @Gaurav_Sachdeva1!Unfortunately, the listener approach will probably not lead to the desired result. If you give a user additional permissions, e. g. to read or edit a certain repository path, this will be stored on the according path and it's rep:policy node-structure. There will be no change to the user node below /home/users (unless you perform additional changes on the user), especially nothing with regards to the users permissions will change here or is tracked in the user nodes. So a li...

Views

364

Likes

0

Replies

0
Re: How to export a page along with associated assets fro... - Adobe Experience Manager 29-07-2021
Hi @markus_bulla_adobe, Thank you so much for detailed response, highly appreciated. I will look into provided options and see how it goes. Cheers

Views

118

Likes

0

Replies

0
Re: Passing path parameters in Servlet - Adobe Experience Manager 29-07-2021
Hi @aemninja!Looking at your url example "www.company.com/apps/test/product/value1/value2" it is not quite clear where your servlet path ends and the "parameters" you want to retrieve start - at least to the used API that's unclear. Please refer to the Sling API documentation about URL decomposition. A URL may have the following parts:Resource PathSelectorsExtensionSuffixYour example url has only the first, a resource path (because there are not dots present). There are no selectors, no extensio...

Views

1.4K

Likes

4

Replies

0
Re: How do we maintain component config at site level in... - Adobe Experience Manager 28-07-2021
Hi @Anderson_Hamer!For this kind of use case I recommend to leverage Experience Fragments (XF). This is a common approach that I have seen in many of my projects.I did notice your comment on @arunpatidars reply who already suggested this approach but I'm unsure about your conclusion that this is not a proper usage of XFs. One of the key requirements that Experience Fragments have been introduced to solve is the use case of a central library for content snippets (such as a shared navigation or ot...

Views

202

Likes

2

Replies

0
Re: Problem in page creation - Adobe Experience Manager 27-07-2021
Hi @akank_23 I have faced the same issue a while ago. In my case, there was a servlet registered on the same resourceType (on page component), the mistake I made was mentioning absolute path(/apps/proj/components/page/...) in the servlet code. Changing it to relative path(proj/components/page/..) had resolved the issue.

Views

286

Like

1

Replies

0