Good day.Is it possible to create a Controlled Vocabulary and install it within AEM to be utilized by all users?Do most AEM customers create and use a Controlled Vocabulary?Thank you for any details that can be provided.Best,Mark W. HolmesDigital Asset ArchivistHerbalife NutritionLos Angeles, CA.
Hello community, I'm working on aem 6.4, and even though layout mode works and I'm able to re size images and components, resizing shows a weird behavior in wich sometimes it resize the images or components not at the expected column size, or some times it does not re size's them, and it takes sever...
Our application is on AEM and we have to display data from microservices rest calls on our pages.Can I directly the services from browser(java script) or do I need to call AEM servlet and let AEM servlet make a http call to microservice.What is the best practice and what is advantage we get with eac...
Hi, Is there a way to concat a var or a string in a ternary condition as shown below:<sly>"${ properties.timezoneminute ? ":" ${properties.timezoneminute} : ":00"</sly>Off course, this does not work. In the example, I want to show the timezone minutes if there is any chosen otherwise show just 00...
Hi guys, I am running a project on AEM 6.3. I've encountered this strange situation where my publish instance has different tags compared to the author instance.What may be the cause of this? If I publish a new tag I am creating is working as expected. I'm looking for a reason why I have different t...
Hi All,I am using AEM 6.3 & I have a use case where User A needs to be setup as impersonator on user B using api code. In order to achieve this, I need to setup rep:impersonators property on user B.I have tried couple of options but none of these seems to be setting this property on user:1. Added Us...
In process of upgrading to 6.4.3, we noticed that multifield is stored in form of Node format instead of JSON. Is there anyway to make it store in JSON format. We are using coral(granite/coral3) resource types. This is the resource type - granite/ui/components/coral/foundation/form/multifield. Just...
Have a question on dispatcher statfileslevelI am configuring dispatcher and doing some tests. I have set the statfileslevel as 7.When I activate /content/we-retail/language-masters/en/products/women/shorts/candide-trail-short.html, the dispatcher touches all the stat files in content, we-retail, lan...
AEM 6.2/3/4Does anyone know if it's possible to use (or uses) the Apache HttpClient OSGi bundle (org.apache.httpcomponents.httpclient) without proxy settings?In other words, if it's disabled by unchecking "Enable HTTP Proxy" and I try to use an instance of it via HttpClientBuilderFactory, will it be...
Is there any advantage of having dispatcher in front of the Author if it is the only instance, so load-balancing is not required, and as per official documentation cache should be disabled there anyway?So far it only proxying requests between :80 and :4502 ports to underlying publisher and that's pr...