In layouting mode I kept four components set side by side (desktop.jpeg).In mobile resolutions I want all four components to lie one below the other, which I'm able to achieve(mobile.jpeg). But the problem is, I want each of them to take 100% width of the display as shown in second image. I'm not ab...
Hi,We are looking at possibilities for using AEM 6.1 + Solr for search requirements like filtered search,auto type serach,search based on property/metadata filters,full text search etc.But SOLR might come up as infra structure laterSo when we start our 1st phase of implementation we will be using de...
Hey, I'm spending dynamic period by using your solution named AEM.I think it's quite a good solution in maintainer's perspective, but I wonder is there a recommended way to communicate between components. As using JCR as a some kind of temporary message queue seems too heavy, so I customize JS part ...
Hi,I received 8 plain HTML files and need to create AEM pages for them with author ability features..All their support files are stored in the file system in corresponding sub folders named css, js, images, banners and fonts under the current folder.In AEM, I followed the following:Step-1: Created m...
In the archetype 10 project, there is a main.html file under page component which is trying to access a title component created in the project as below:<div class="page__title" data-sly-resource="${'title' @ decorationTagName='div'}"></div> I created a custom title component by the name training-tit...
Hi ,I am trying to implement permissive servlet, as advised in below mentioned page :https://docs.adobe.com/docs/en/dispatcher/permissions-cache.htmlI have deployed the servlet and made changes as advised, however I do not see my servlet getting called for each request.Should the /sessionmanagement ...
I am using archetype 10 project. I created a new class file under sample.core project. I am trying to access GeoHelper class by importing below:import info.geometrixx.commons.util.GeoHelper;I am getting a notification like below: The import info.geometrixx cannot be resolvedHow to resolve this issue...