We've implemented a TransformerFactory in our project to help re-write some links from "/content/project_name" to just "/project_name".The only downfall is that this Factory IGNORES any comments. For a number of reasons, we need to have the COMMENTS updated as well.Is anyone aware of a way to updat...
I've just updated from 6.1 to 6.2 and suddenly my sling models are causing problems. It seems like javax.inject is no longer available and so my bundle wont start. I have tried adding to my top level pom a dependancy but it is still not happy.Error:javax.inject,version=[0.0,1) -- Cannot be resolvedD...
Problem:On Author http://<host:port>/projects.html getting the following error after AEM 6.1 SP1 installation:Unable to compile class for JSP: An error occurred at line: 6 in the generated java file Only a type can be imported. com.adobe.cq.experiencelog.ExperienceLogConfig resolves to a package An ...
Is there a detailed step by step document that explains how to integrate Solr instance with AEM? Assume we've a server running AEM some oak:index configured. Now we get a solr search server available to us.what next?
Hi All,I have a simple use case, where i need to display moderated comments that my visitors post on articles. My site is running in AEM v 6.1I understand that this functionality is available with the Communities add on. We currently do not have the communities add on and is something that will come...
I have a Transformer rewrite some URKs based heavily on the Helpx article, but mine looks at all elements and all attributes and rewrites urls like /content/uc/news/articles/2016/06/n200000.html to /content/uc/news/articles/n200000.html It works as expected on the rewrite part, but isn't hitting all...
Is there a method to use the Granite UI's validation service to actually stop a form from being submitted?For example: I want to validate a field named tabAnchor against a regex. I produce the following javascript, leveraging the Granite API. (function($, Granite) { "use strict"; var unitPattern = /...
Hi,I am making changes to the English pages programatically and live copy will copy those changes to Spanish. I would like to know when the live copy is completed copying the changes to Spanish. So I can make changes on top of them in Spanish. Is there anyway to get the live copy synchronization sta...
[Thread Edited By Adobe] /*Don’t forget to meet and greet your fellow peers virtually by telling them about yourself here. Go ahead and to it now: https://adobe.ly/3eDnB4v */ Actual Post: Hi All, In my sightly code I have two page properties which I am successfully getting from my Java WCMUse cla...