Hi All,I have created helper class and written some of the utilities as part of it.Now when i am trying to access this inside my sightly component HTML ,getting below exception.com.xxxx.dcom.sightly.helpers.components.HomePageBannerComponent POJO.io.sightly.java.compiler.CompilerException: java.lang...
Hi All,a] If I create a workflow in AEM 6, with the below mentioned step[as seen in the screenshot] then basically I am creating a worlflow that will create a jpeg image in rendition 2:1 and skipping the mentioned formats with quality 90, correct?b] If I give dimension as 900:300 in the above with o...
Code Snippet final Resource jcrResource = resource.getChild("jcr:content"); final ValueMap valueMap = jcrResource.adaptTo(ValueMap.class); final String title = valueMap.get("jcr:title", ""); // GETTING THE TITLE POPULATED WITH SOME VALUE++++++++++++++++++++++++++++++++++++++++++...
Hi,Again a question about the Sling Model, are the equivalent1). final Resource jcrResource = resource.getChild("jcr:content"); final ValueMap valueMap = jcrResource.adaptTo(ValueMap.class); final String title = valueMap.get("jcr:title", ""); // GETTING THE TITLE POPULATED WITH SOME ...
Hi All,Is there a way that we can restrict the components to use images with a specified rendition size [like 2:1 only or 3:1 only].Any thoughts/reference articles on this will be helpful.
In our felix console under components, we see service type attribute displayed. It was displayed as service but on upgrading it changed to singletonI know what singleton is, but I am wondering what are different types, where are they specified and significance of each Bundle org.imf.cq.imf-bundle (5...
Hi,1. Can you please recommend the steps to debug the sling model.2. If I have the method with @PostConstruct, when will it get executed ?3. If there is a constructor, when will it get executed ? ++++ EXAMPLE ++++@Model(adaptables=Resource.class)public class TestModel { @Inject @Named("path") ...
I have a large amount of DAM assets (mostly PDFs) to move from our Production environment down to our development environments. I have been packaging all of this up via Package Manager and manually installing each package to each environment. I also disable the WorkflowLauncher when installing as de...