If I try to add one of the sliders (to my component dialog) documented on this page: https://docs.adobe.com/docs/en/aem/6-3/develop/ref/coral-ui/coralui3/Coral.Slider.html, I get the following error:I think It has something to do with me trying to make it work in the template of a CoralUI.Multifiel...
I am using aem 6.3, and I have a requirement ,which is, when workflow comes to 'reject' step , the 'comment' field will be mandatory to complete, the other step also have this 'comment' field but not mandatory. Is there any suggestion on how to implement it? Any help will be appreciated.
Hi All,We have recently performed in-place upgrade from AEM 6.1 to AEM 6.2. We are able to access pages (/content/kishore/en/test.html) with publisher, when I try to access page (/kishore/en/test.html) with dispatcher shortened URL, we are getting 404 errror. This shortened URL was working in AEM 6....
I have this code that reads the contents of the module aboveConfigurationAdmin configAdmin = getSlingScriptHelper().getService( ConfigurationAdmin.class );Configuration conf = configAdmin.getConfiguration("org.apache.sling.engine.impl.auth.SlingAuthenticatorß"); @SuppressWarnings("uncheck...
Hi Team,We started using the Touch UI recently and we have observed that after the selection of a page in the sites sometimes not able to see the action bar until unless clear browser hard cache or close that session and log in again. This is not happening on the fresh browser and first time in the ...
Hi All,I have created 1 interface called - Interface A and I have one implementation class called: Class BSo, Class B is implementing Interface A . After deployment of OSGI bundle I could see in /system/console/bundles -Service ID 10437 Types: Interface AComponent Name: Class BComponent ID: 3665 (Cl...
Hi All,I am facing an issue in email subscription feature of AEM communities.The domain in the blog/Qna link in the email that is generated on blog approval by the moderator, is getting picked from externalizer which takes runmode value by default to pick the domain.But when we are to use the commun...
What can be the impacts of adding the following property in sling.properties to resolver class linkage error for the javax.activation errors?(We have seen that adding this property is affecing sending HTMLemails)org.osgi.framework.system.packages.extra=javax.activation;version\="1.1.1".Is it advisab...
We are implementing our first Sling job to ensure a certain task will be processed. The question I have however is how can I monitor the queue e.g. check how deep the queue is or how many jobs have had to be retried or have exhausted there retry count and ideally a log of all those jobs that failed ...
We are running 6.1.0.SP2-CFP4. Does anyone know if the Sling Scheduler supports the official OSGI annotations as in this example aem-osgi-annotation-demo/SampleOsgiScheduledTask.java at master · nateyolles/aem-osgi-annotation-demo · GitHub https://github.com/nateyolles/aem-osgi-annotation-demo/blob/...