Hi All, I am having an issue with extracting a sling model variable in Sightly. Here is the code:<sly data-sly-use.utilModel="mysite.UtilModel"/>
<div class="image-title" style="background-image: url('${utilModel.imageRef}');"> === Output ===<div class="image-title" style="background-image: url('');...
Unfortunately, this doesn't solve my problem. I was skeptical about the idea of not implementing the templates under /crx/de since the official Adobe tutorial will instruct that how to create template nodes under /crx/de. I created an article using the AEM dashboard instead of using /crx/de, then de...
We did weekly compaction in 6.0, not anymore since 6.5 has an online mechanism for it. Maybe the offline oak run provides some advantages that the online one doesn't have. Last time I tried it and it took too long and gave it up. But it looks like something I can't skip.
No, I just went to /crx/de, copying an existing template under /apps/mysite/templates, pasting within the same directory, then modify the name and jcr:title. No code was involved, actually every time is the same and almost get the error every time. I was expecting to see the cloned template while cr...
Hi All, I am having a 503 error message after copying the content under /crx/de, say, cloning a template and modifying the sling:resourceType and jcr:title for the new template. This looks like a repetitive and consistent error for my dev site if I do a similar cloning, which ends up that I would ha...
I eventually figured out the cause of this issue. We have a transformer manipulating some html tags, the pipeline entries are: <generator-htmlparser jcr:primaryType="nt:unstructured" includeTags="[A,/A,IMG,UL,/UL,DIV,/DIV,LINK,SCRIPT,BODY,/BODY,META,FORM,/FORM]"/> Not all the tags have...