Hi, AEM 6.3 introduced Manage Publication[0] for sites. As per what I have observed this is only available for admin and not content-authors group in site admin for touch UIIs there anyone who has added permission for Manage Publication to any other group?[0] Adobe Experience Manager Help | Understa...
The dialog field with additional properties "html" displaying in classic UI ,but it is not displaying in touch UI .Please find the following code@DialogField(xtype = "label",additionalProperties = {@Property( name = "html",value = "<div style=\"color: #ff0000; border: 1px dashed #ff0000;\"><div s...
Actaully i am using "before submit" listener to do some validation for my selection boxI have reffered the following link:https://helpx.adobe.com/experience-manager/using/classic_dialog_validation.html .But "before submit" method calling only when i place ,dialog listener in the dialog root level ...
Hi all,I created a poll config with 300 seconds as the interval. It is working fine and polling for every five minutes. But if I updated the interval as, say 180 seconds, it's still taking up the old time and polling it for every five minutes. Shouldn't this be dynamic? I even restarted the server b...
I have a question about adding a large Javascript library to a component in AEM - specifically, Material Design. So far in my experience with AEM, I've added JS files individually to my clientlib folder, but Material Design has dozens (possibly hundreds) of JS files to control the various components...
I add cookie to the SlingHttpServletResponse by using code: String accessToken = objectResult.getString("access_token"); Cookie responseCookie = new Cookie("web-token", accessToken); responseCookie.setMaxAge(1000); responseCookie.setPath("/"); response.addCookie(responseCookie);When I want...
Hello everyone,maybe it is a dummy question but I couldn't found a solution until now.I have this simple Servlet:@SlingServlet( paths={"/schafbergbahn/ticker"}, methods = "GET", metatype=true )public class SimpleServlet extends org.apache.sling.api.servlets.SlingAllMethod...
Hi ,We are doing the cleanup activity, where the old nodes(custom) are being deleted from each user profiles. since this is affecting huge number of nodes, we implemented a scheduler to take input as "/home/users/A" and start deleting the nodes which falls under some date criteria. Scheduler is work...
Hi All,I am trying to expose some RESTfull webservices on AEM. I have followed the instructions in this http://techagyan.blogspot.in/2015/02/be-restful-on-aem6.htmlI'm getting following error:"@Component : Service interface information is missing! (org.apache.felix:maven-scr-plugin:1.20.0:scr:gener...