We had a great session at our Chicago office as we hosted the AEM Midwest Chapter's 9th meeting in the community! Held last Thursday, 9/18, we enjoyed deep-dish pizza (a real Chicago treat!) and beverages and had a great discussion with other partners on a topic that everyone's talking about: AI. ...
Hi All,I am trying to build a report to show permission(of each group) for each cq page in the repository. Basically the table row should look like| abc_group | /path/to/page | read,write,update |I use admin session to evaluate group permission/privilege against a cq page node.String path = "/cont...
I have requirement to develop mega menu component so that inside dropdown submenu it have column controlI added column control but in edit mode it will not hide the parsys inside column controlhow to hide these parsys ?or their is other way to implement this?so my proplem is unable not hiding this p...
I am trying to add custom colors to the Touch UI Granite Color Picker in a similar way it was done in the Classic UI.In the classic ui you could do something like colors="[3A3A3A,563F9A,FFFFFF]" in the dialog and you would automatically only have those color values.In the new ui I seem to only get t...
I am trying to add styles to the rteplugins section inside a dialog. I am not using inplace editing and am just using sling:resourceType="cq/gui/components/authoring/dialog/richtext".I have scoured the aem forum and examples in blogs for a good example of adding and editing the uisettings and popov...
I have a site where a user logs in and the request object is authenticated, i can also see that the user is authenticated by checking the CQ_Analytics object and checking the user profile data to see that isLoggedIn is true.If the user closes their browser and navigates back to the site, the request...
Running AEM 6.0 Author Instance and sadly my pages will not open in Touch UI to edit The page is blank, has no components used beyond the page-rendering one, and the following is shown in the source: <p>Cannot serve request to /editor.html/content/dashboardangular/index.html in /libs/cq/gui/compon...
Hello,Can someone let me know where I can find a more detailed documentation to Configuring AEM 6.x with an embedded SOLR server.I have looked at the instructions in https://docs.adobe.com/content/docs/en/aem/6-0/deploy/upgrade/queries-and-indexing.html on this subject, but I cannot find more inform...
Hello Friends,I am trying to create a set of users that will be only using AEM Assets in 6.1.To test and try this out, I create a new group 'dam-test-group'. Then created a user 'dam-test-user'. Added 'dam-test-user' to 'dam-test-group'.Then I logged out from Admin account and tried to login using d...
When we are load testing a servlet in CQ5 I am seeing lots of Resource resolver is already closed exceptions, stack trace below. I'm not sure why this is occuring and only when the code is under load, the code that is causing the issue is:Resource resource = request.getResourceResolver().resolve(Con...