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. ...
You can create an Adobe Experience Manager (AEM) 6 Touch UI component that contains drop-down controls that can be used within the AEM Touch UI view. A drop-down control can be populated by using a com.adobe.granite.ui.components.ds.DataSourceobject. For information, see DataSource. Once you create ...
I have a search component built in sightly that I want to use to query on a number of parameters associated to find news articles (which are simply cq:pages) in our content repository. I know how I would do this with the Java Use-API, but want to use the javascript api in this particular case (partl...
I have an environment which was upgraded to AEM 6 (SP2 + oak 1.11) from CQ5.5 (SP3). When I now package the groups on that instance and try to install them on my local machine, I get an infinite install loop. This is made clear by the log messages which keep attempting to process non existing author...
I need to execute a xpath query containing curly braces. /jcr:root/content/myWebsite//*[jcr:contains(., '{{mySearchString)] order by @jcr:scoreIs there any way to escape curly braces in AEM xpath query?
I have an attribute within a DIV tag thats needs to be rewritten (<div data-background="/content/abc/en/jcr:content/mainparsys/generic_banner/image.adapt.1663.high.jpg" />). I tried all steps in the below articles but no success.http://stackoverflow.com/questions/23673616/how-to-add-additional-elem...
You can create an AEM Sling Servlet that uses the AEM Query Builder API to search the AEM Digital Asset Manager (DAM) and return a collection of assets within a ZIP file. The client web browser downloads the ZIP file that contains the DAM assets.You can create a Sling Servlet that performs these tas...
I used the interface located at: http://localhost:4502/crx/explorer/ui/namespace_editor.jsp to create a new namespace.That interface doesn't seem to allow for modification or removal of a namespace once created. I used CRXDElite to search for my namespace in the repository and couldn't find it.How ...
Hi All,We have one requirement as follows-1.Feedback icon will be on footer.2.On click of feedback icon popup will come where in user will enter the comments.3.On submit of that comments ,comments wntered y the user should be saved in usergenerated node.4.Post which Mail should be triggered to conte...
[Thread Edited By Adobe] /*Don’t forget to meet and greet your fellow peers virtually by telling them about yourself here. Go ahead and to it now: https://adobe.ly/3eDnB4v */ Actual Post: I love forums. The nerdier the better. One of my absolute favourite ones in the Java Ranch. (http://www.coder...
Here is a great community article by Dan Klco that talks about the MVC design pattern and AEM. I really like this advice from the article:"Project teams and CQ developers should attempt to follow MVC practices when developing on CQ5 by avoiding business logic in their JSPs, putting business logic in...