I am trying to send Newsletter to a set of recipients using below code ResourceResolver resolver = resourceResolverFactory .getAdministrativeResourceResolver(null); Session session = resolver.adaptTo(Session.class); PageManager pageManager = pageManagerFactory.getPage...
Is there a way to resize an image using the com.day.cq.wcm.foundation.Image class? I wanted to extend the foundation image componet and have it resize to a specific height and width. Is there a way to change the size of the image before you call image.draw(out) ?
Right now content of CSS and JS files are not indexed and are not searchable.Is there a way to add them to the index and make their content searchable?
Hi All,I was trying a program on tags and document says "If the jar is not available, get it from CRX (/libs/cq/tagging/install/cq-tagging-5.6.2.jar) and place it in the location".I tried various ways to export it out of AEM , but could not. Can you please let me know how can I do this.
I am trying to reference the DesignCache service from within my own service. However, when I reference the DesignCache service my own service does not show/get registered. I see nothing in the log. The bundle starts and is Active but the service does not show. If I remove the DesignCache reference t...
We have created a site in cq with parent node as en_gb and try to use spell checker in richtext editor but it fails. Looking into the debug logs, it is looking for a dictionary as en_gb_en_gb which does not exists and hence the spell checker does not work. Debugging further we found that the logic ...