I have following code smell in sonar code quality, The component /apps/core/wcm/components/form/container/v1/container extends the legacy foundation component wcm/foundation/components/responsivegrid.The component /apps/core/wcm/components/form/container/v1/container/new extends the legacy foundatio...
Hi All, Can Anyone Provide me a working Solution for below : I need to forward servlet request from Servlet 1 to Servlet 2. RequestDispatcher rd = request.getRequestDispatcher("/com/testform");rd.forward(request, respo); where "/com/testform" is my Servlet 2 Sling Path.It's not able to forward...
Currently stuck on code scanning part of Cloud Manager where my projects fails to build due to SonarQube errors I'm currently trying to get around the following error: Usage of com.day.cq.tagging.TagManager as a field is not thread safe. It states that TagManager object should not be used in Ser...
I created a drop down dialog for a content fragment ui.content/src/main/content/jcr_root/conf/aem-test/settings/dam/cfm/models/test/.content.xml <color jcr:primaryType="nt:unstructured" listOrder="24" valueType="string" ...
I created a content fragment model with a tagfield selector, and whenever I select a tag and save it will save to JCR but when I click back to author it, the tags are not selected and I click into the tag selector it has 0 tags selected Working normally: After editing and clicking back into...
Hi All! I need to get access to AEM so that I may gain hands-on experience. How can I do this? I would also like to get certified as soon as possible. My goal is fulltime employment as an AEM publisher or content manager. Volunteer opportunities would be great. I there a list of non-profits ...
Hi, I'm looking for a way to make personalization (A/B tests, targeted ID, etc..) more visible on a page in editor mode for all authors. In classic UI the annotations are more visible and directly on the page. In Touch UI most authors do not notice the annotations in the right corner.Comments in the...
Hi, I am having requirement to add a custom folder properties , but my folder are created dynamically as nt:folder from backend. Since folder schema only applies to sling:folder, wanted to check if we can change the folder primary type in JCR.