Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/29/17
    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...

    Views

    5.1K

    Likes

    2

    Replies

    5
  • 8/29/17
    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...

    Views

    1.4K

    Likes

    0

    Replies

    5
  • 8/29/17
    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 ...

    Views

    6.0K

    Likes

    0

    Replies

    8
  • 8/29/17
    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...

    Views

    6.2K

    Like

    1

    Replies

    11
  • 8/28/17
    I am looking at how to configure Services in an OSGi service. Where can i find this information?

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 8/28/17
    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...

    Views

    5.4K

    Likes

    0

    Replies

    8
  • 8/28/17
    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...

    Views

    6.4K

    Likes

    2

    Replies

    10
  • 8/28/17
    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...

    Views

    7.4K

    Likes

    0

    Replies

    6
  • 8/28/17
    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...

    Views

    846

    Likes

    0

    Replies

    1
  • 8/28/17
    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.html​I'm getting following error:"@Component : Service interface information is missing! (org.apache.felix:maven-scr-plugin:1.20.0:scr:gener...

    Views

    3.9K

    Likes

    0

    Replies

    2