Hi, "Can I make a full website in touch optimised UI with out using the classic one?" From what I am aware of answer to the above is Yes.Better to go with touch UI.Adobe is planning to deprecate the Classic UI in AEM in April 2018[http://aem-docs.tostring.me/?d=/docs/en/aem/6-3/deploy/best-practices...
Hi,Looking at the stack trace, I seeat com.gm.gpsc.sdlaem.core.schedulers.CountryTagUpdateScheduledTask.run(CountryTagUpdateScheduledTask.java:94)Is it something like this code is part of a scheduler running in the system.
Hi,From what I am aware of, it is better to use resourceTypes to invoke servlets , than from a specific path. There are multiple articles out there , explaining the same.@SlingServlet(resourceTypes = { "sample/components/page/homepage" }, methods = { "GET" })
Prince is correct. This is what even I have come across.Which is the AEM version you are using? You might want to use Granite , than going for classic and avoid rework later to make it compatible with future AEM versions.
Hi,The basic motive of having a proper structure is that it is easy for anyone working on project to know where the things are. If you want to place components under templates folder and others, you are making things clumsy for you as well as others.IMO, for the thing you mentioned it should work wi...
Hi,https://adobe-consulting-services.github.io/acs-aem-commons/features/sitemap/index.html https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/adobe/acs/commons/wcm/impl/SiteMapServlet.javaSome details are in here.
Hi,Not quite sure, but you might want to try few of the below options and see if it helps.1]data-sly-call="${clientLib.js @ categories='customvalue'}". Use this and see, reason being I see some [] brackets in your case.2] Validate if the corresponding 'categories' are present under etc nodes, as the...