Hi. My name is Prashant Bhargava. I've just got started with using AEM. I've been able to successfully develop a simple static website on localhost by following "Create your First Adobe Experience Manager 6.3 website".https://helpx.adobe.com/experience-manager/using/first_aem63_website.htmlI've few ...
Hi All,Am using Journal Component to create blog posts, and when i publish the blog posts from Author, i see the userIdentifier property is empty always.does anyone have idea why this happening ?thanks in advance.,
Hi,I wondered if somebody can please help explain or point me in the right direction. In 6.2 have created live copies of global pages, and on those pages I set the rollout config to push on modify and also Activate on Blueprint Activation. This appears find for items on the page etc, but the tags ...
So I want to parse some JSON strings using Java.I tried using 2 custom JSON Java packages(added these lines into my pom.xml) to help me achieve this.<dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20171018</version></dependency>AND<dependency> <groupId>com...
Hi,As per my observation on AEM 6.3, when we drag and drop our components, the sling model associated with component instantiates immediately.my Sling Model is like this :- @Model(adaptables = SlingHttpServletRequest.class) with injectors like below@Inject @Via("resource") @Optional private S...
Hello,We have implemented MSM in our project. I would like to know when the content is modified in the parent, one of the page property need to be modified and rollout the content to child. For example :Parent page "A" has page property "refPath=/content/myapp/abc/lmn" and when page is rollout to ch...
I'm looking to integrate a new project management system into my marketing department's workflow system. I see a lot of support for design project management, but not a lot for document management. Has anyone used Experience Manager in this way and if so, how well has it worked for you?
Hi,Is it necessary/recommended to structure entire code base (config, osgi services & components, wcmuse classes) inside lazybones structure i.e. ui.apps and core only? or we can expand beyond these two packages as per need and create additional packages/bundles?Thanks
I am trying to use cq.jquery clientlib which has dependency granite.jqueryused syntax:<cq:includeClientLib categories="cq.jquery"/>It should resolve in <script type="text/javascript" src="/etc.clientlibs/clientlibs/granite/jquery.js"></script><script type="text/javascript" src="/etc.clientlibs/clien...