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) ?
The AEM JCR stands for the Java content repository. You can store data as nodes and node properties. Data can be stored as within properties that belong to a node. You can store, access, update and delete nodes and properties.
To move an AEM application from one instance to another, you must package the application. Once you package the application, you can deploy it to another instance.For information, see Packaging Adobe CQ applications that contain an OSGi bundle.
Create your own servlet for cheking spelling as CQ does with API "com.day.cq.spellchecker". And then add the servlet path to "spellcheck" plugin property.Property name: spellcheckerUrlValue : <servlet-path> [Ref: http://dev.day.com/docs/en/cq/5-4/widgets-api/index.html?class=CQ.form .rte.plugins.Spe...
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 ...
Adolfo, You might have to add that logic under your custom 404.jsp and depending upon Host name you can call different logic or script. Hope that make sense. Yogesh
HI, I have multiple sites, and I would like to set up a different 404 page for each of my sites Someone already faced this problem? How I can accomplish this? Or there is a way to do via the dispatcher and create a static 404 error HTML page each time I publish a site? Thank You Adolfo
Besides what is already explained about the conflict, restarting the instance worked for me. And yes, you have to be careful while renaming and saving components.