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

AEMWizard
AEMWizard
Offline

Badges

Badges
20

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
13

Posts

Posts
71

Discussions

Discussions
7

Questions

Questions
64

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by AEMWizard
Customize the badges you want to showcase on your profile
AEM 6.2 Upgrade to AEM 6.5 Missing Client Libraries - Adobe Experience Manager 01-04-2020
Hello, We have updated AEM 6.2 to AEM 6.5. Some client libraries are missing from the new upgrade. What is the most efficient and best way to check if a client library is missing client libraries as dependencies?

Views

1.8K

Likes

0

Replies

2
Sling Models Constructor, What, Why, How? - Adobe Experience Manager 31-03-2020
Hi Community and Friends,I'm taking a look at the Sling Models Injections using the Constructor, and I am wondering who has experience with this feature? Is this feature even being used by developers?Why should we use the Sling Model's constructor method? What can the constructor expect in the method parameters?How can we inject Sling Model Injector-Specific Annotations in the constructor?Isn't it must easier to use the Sling Model Injector-Specific Annotations?Example Code: @Model(adaptables=Re...

Views

1.9K

Likes

0

Replies

1
Sling Models Caching Use Case && How to invalidate Sling Model Cache? - Adobe Experience Manager 31-03-2020
Hello Community, A. Can anyone please shed some knowledge of different ways that we can utilise the Sling Models caching feature?B. Please explain the risks of using the Sling Models caching feature?C. Please explain how we would invalidate Sling Model Cache?Example Code:@Model(adaptable = SlingHttpServletRequest.class, cache = true) public class ModelClass {} ... // assume that request is some SlingHttpServletRequest object ModelClass object1 = request.adaptTo(ModelClass.class); // creates new ...

Views

2.0K

Likes

0

Replies

1
ACS Commons 3.19.0, Nested Multi-field, Checkbox State. - Adobe Experience Manager 23-03-2020
Hi, I am using the ACS Commons multi-field extension for my Touch UI dialogue. The Touch UI dialogue consists of 1 multi-field with a child of "checkbox". As an author, I will create 5 instances of the multi-field, and un-tick all the check boxes. When I save, I get a successful save status. When I re-configure the dialogue, I'm surprised to see that the check boxes are infact checked. This is because onSAVE, the values are not saving unchecked. Why is ACS commons not respecting unchecked? Seems...

Views

1.6K

Likes

0

Replies

3
ACS Commons 3.19.0, Classic UI to Touch UI Checkbox - Adobe Experience Manager 23-03-2020
Hi.I have a problem here where classic ui is saving the "checkbox" dialogue value to. String[] { "true" } or known as, [ "true" ]. When I try to render the Touch UI granite "checkbox" component, the check box field is not showing the correct check/uncheck state; this is because Touch UI expects just the string "true", and not String[] { "true"} or [ "true" ].Classic UI have been used for many years within our organisation, and for multi-fields, String[] { "true"} or [ "true" ] are stored everywh...

Views

683

Likes

0

Replies

1
OSGI Configuration: nt:file or sling:OsgiConfig - Adobe Experience Manager 11-03-2020
I've seen OSGI configurations use as nt:file or sling:OsgiConfig interchangeably. What the best practice? Why is nt:files used? Are. there any other variations?Why does core components. follow the nt:file pattern, /apps/core/wcm/config.author/com.day.cq.wcm.foundation.forms.impl.FormParagraphPostProcessor-core-components.config?Why does we-retail follow the sling:OsgiConfig pattern, /apps/weretail/config/org.apache.sling.commons.log.LogManager.factory.config-we-retail?

Views

2.4K

Likes

0

Replies

3
System-User not able to find System User - Adobe Experience Manager 09-03-2020
I have a Apache Sling service-user-mapping setup, mapped to a system user. I then create a system user. My Sling Servlet is working as expected, able to get content via ACL rules. A couple of days later, it the Sling Servlet returns an error in the log. The error says "service-user-mapping found, but system user cannot be found". I restarted AEM and it worked again... What OSGI component will I need to restart to refresh the system users entry? for me not to get the error of system user cannot b...

Views

1.4K

Likes

0

Replies

1
AEM Editable Templates, how to add properties such as allowedChildren, allowedParents, allowedPaths - Adobe Experience Manager 07-03-2020
I have seen documentation that only explains allowedChildren, allowedParents, allowedPaths as properties can be set on STATIC templates. How about editable templates. Where can I add these properties? Can it be done in Touch UI?

Views

2.4K

Likes

0

Replies

6
Re: Can I use Static and Editable Templates on a JCR Path... - Adobe Experience Manager 07-03-2020
The content node of /content/we-retail/jcr:content has the property, String[] cq:allowedTemplates which after inclusion of the static templates, "/apps/weretail/templates/.*", it works!

Views

1.5K

Likes

0

Replies

0
Can I use Static and Editable Templates on a JCR Path Together? - Adobe Experience Manager 07-03-2020
Is it possible to use Static and Editable templates under one same JCR Site structure? For example, the out of the box we-retail project uses editable templates. I'm trying to create a static template for the we-retail site; its not showing on the page creation page. This is a new author AEM 6.4 build, without any customizations.In the screenshot below, it indicates that I've created a new AEM static template, and set allowedPaths to allow template to be used under /content/*... On page creation...

Views

1.5K

Likes

0

Replies

1