Not a technical question, but I'm wondering if folks can offer what they're using for breakpoints their layout containers. FWIW, here's my definition from my structure file in my base template-type, but I'm not tied to this at all.<cq:responsive jcr:primaryType="nt:unstructured"> <breakpoints jcr:pr...
Hi Team,I would like to use sling models with WCMUse/WCMUsePojo class. For I have written the below code -@Model(adaptables = Resource.class)public class SampleSlingModel extends WCMUse { private static Logger LOG = LoggerFactory.getLogger(SampleSlingModel.class); @Inject private String tit...
Hi Team,Is it possible to get the Sling model in the class that extends WCMUse/WCMUsePojo? I tried the below code in Sightly class but I'm getting null-MySlingModel mySlingModel = getResource().adaptTo(MySlingModel.class);if (null != mySlingModel ) { LOG.info("mySlingModel IS NOT NULL");}...
Hi,I was trying to understand the following comment in Adobe documentation:Source URL - https://docs.adobe.com/docs/en/aem/6-0/administer/content/assets.htmlExtract from above link is following text.DIGITAL ASSET MANAGEMENT VERSUS IMAGE COMPONENTWhen determining whether to put an image into CQ DAM o...
We've implemented a TransformerFactory in our project to help re-write some links from "/content/project_name" to just "/project_name".The only downfall is that this Factory IGNORES any comments. For a number of reasons, we need to have the COMMENTS updated as well.Is anyone aware of a way to updat...
I've just updated from 6.1 to 6.2 and suddenly my sling models are causing problems. It seems like javax.inject is no longer available and so my bundle wont start. I have tried adding to my top level pom a dependancy but it is still not happy.Error:javax.inject,version=[0.0,1) -- Cannot be resolvedD...
Problem:On Author http://<host:port>/projects.html getting the following error after AEM 6.1 SP1 installation:Unable to compile class for JSP: An error occurred at line: 6 in the generated java file Only a type can be imported. com.adobe.cq.experiencelog.ExperienceLogConfig resolves to a package An ...
Is there a detailed step by step document that explains how to integrate Solr instance with AEM? Assume we've a server running AEM some oak:index configured. Now we get a solr search server available to us.what next?
Hi All,I have a simple use case, where i need to display moderated comments that my visitors post on articles. My site is running in AEM v 6.1I understand that this functionality is available with the Communities add on. We currently do not have the communities add on and is something that will come...