So I have the following HTL code that includes section templates<section> <sly data-sly-resource="/content/config/header"></sly></section><section> <sly data-sly-resource="/content/config/section1"></sly></section><section> <sly data-sly-resource="/content/config/section2"></sly></section><...
so I'm including another file via:<hr>${fish.name}<hr><div> <sly data-sly-include="my-include-file-here.html"></div>I'm wondering if I can pass my "fish" object to my-include-file-here.html.I've looked the internet but can't find what I'm looking for.Thanks
so I'm including another file<hr>${fish.name}<hr><div> <sly data-sly-include="my-include-file-here.html"></div>I'm wondering if I can pass my "fish" object to my-include-file-here.html. If it's possible, how can I do it?I've looked the internet but can't find what I'm looking for.Thanks
hi all,I would like to create a POC using the new feature of oak: composite node store. Could you please help me out to understand where I can get more info and also more documentation about how to implement and use this new feature in AEM 6.3?thanksGiacomo
I am getting this error which is described in one of the AEM tutorialsGetting Started with AEM Sites Part 2 - Creating a Base Page and Template Unfortunately, the suggested fix does not work:First issue is, Eclipse does not allow removing Dynamic Web Module through the UI.Second issue is, if you for...
Is there any way to replace the ${varableTest} variables in sightly, variables which are set in the RichText while authoring? I know there is an insertVariable plugin available which can be used to insert those variables in RTE, but how to replace them while rendering text on the page.I am not looki...
Hello.I am using AEM 6.3. Recently, new content seems to not have the nodename property set correctly. I only know this circumstantially; I discovered this because the /siteadmin search stopped working on the names. The search uses /bin/querybuilder.json, with the node name going into the fulltext p...
This might be a dumb question. Why OSGI doesn't support using third party directly? If my bundle requires a non-osgi dependency, I got options to use maven Felix maven-bundle-plugin (as import resource) or just add as separate bundle via the install folder(any other option?). What I don't understand...