I'm not trying to use the variable `executionID` in my html, I'm trying to set the value in java. I'd like to include the property for `executionID` on a node, then @Inject it in a java class. The current problem is that the value always appears as the default. See my code above.
I have this property called "executionID" set on my node. In Helloworld.html I have this line:<pre data-sly-use.hello="test.core.models.TestModel">I then read "hello.value" My TestModel looks like this: package test.core.models; //imports... @Model(adaptables = Resource.class) public class TestModel...
I'm working with AEM 6.2I've created a template, and would like to create a page based off of it.However, when I go to create my page, I get a blank screen after I click "Next".How can I fix this, or otherwise create a page based off of a template?
Eclipse v4.5.2Maven v3.2.5 Java version: 1.8.0_101OS: Windows 10 After I create a new project in AEM 6.2 using the Eclipse plugin, I cannot publish certain components of my project to the server. Here's an image of my workspace, showing the only two components that I am able to add in the "Servers"...
When attempting to follow along with the Back-end Developer Workshop video: "Using the AEM Eclipse Plug-in", I get errors that I don't see represented in the video.First I create a project.Next I choose the archetypeThen I set up my properties like they are in the videoThen I start up my server and ...
When I follow the video "Installing and configuring Eclipse", my output at the end does not match what is shown in the video. The "company" project does not appear in the "apps" list.After running into, and solving this problem, the project does not appear to deploy correctly. Is there anything I'm ...