Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/19/18
    I have created a slingServlet like below with post request. It worked before and somehow stopped working. @SlingServlet(methods = {HttpConstants.METHOD_POST, HttpConstants.METHOD_OPTIONS},   paths = {"/bin/v1/cms/content/sitemap"})public class SitemapServlet extends SlingAllMethodsServlet {}Not sure...

    Views

    2.9K

    Likes

    0

    Replies

    2
  • 3/19/18
    When I am trying to create any Content fragment model using the configuration that i created, it gets stored in CRX under: /conf/testconfig/settings/dam/cfm/models/test-modelThis model by-default has the property "allowedPaths" created. And the value of this property is "/content/entities(/.*)?"Can ...

    Views

    1.9K

    Likes

    0

    Replies

    3
  • 3/18/18
    Hi All,I am  getting error in  sing model class saying resource resolver is already closed Below is my code for reference.@Model(adaptables = Resource.class)public class SchedulerComponent {private static Logger LOG = LoggerFactory.getLogger(SchedulerComponent.class);@Inject    private Date timer;@I...

    Views

    13.3K

    Likes

    2

    Replies

    19
  • 3/18/18
    I am working on developing an Adaptive form in AEM. We already have a sites component which we drag into the parsys system on the site pages. However in the AEM forms parsys I am unable to include the site component(General). Its only allowing me to include the adaptive form components. Is there a w...

    Views

    868

    Likes

    0

    Replies

    2
  • 3/18/18
    So I have the following lines which loads my javascript.    <sly data-sly-use.clientLib="${'/libs/granite/sightly/templates/clientlib.html'}" data-sly-unwrap />    <sly data-sly-call="${clientLib.js @ categories='myhost.mycustomJS'}" data-sly-unwrap />I have an HTL variable/property (example: ${prop...

    Views

    2.2K

    Likes

    0

    Replies

    2
  • 3/17/18
    I am creating HTML based on the response from ajax call. I need to include one of the components those many times based on the response of ajax call.var ajaxCallResp = [object,object,..];I am using slick js for carousel behavior. For each object in "ajaxCallResp", I need to create the component with...

    Views

    592

    Likes

    0

    Replies

    1
  • 3/16/18
    I just used the Dialog Conversion Tool to convert a design dialog from Classic to Touch UI as part of a 6.1 to 6.3 upgrade. Now I need to export the proper XML or folder structure to add that to the codebase. What's the proper way to do that? This is where I'm running into trouble. I've tried using ...

    Views

    2.1K

    Likes

    0

    Replies

    7
  • 3/16/18
    I created an overlay in apps/cq/core/content/nav which I have named Moodle. I am trying to avoid having to manually configure the href value for deployment to multiple environments. I have tried using a relative path, but that does not work, (I get a 404 error). A full path works, but I need a diffe...

    Views

    879

    Likes

    0

    Replies

    4
  • 3/16/18
    Hi,We see only three options when we create content fragment.How we can get more options in the dropdown?Thanks.

    Views

    1.8K

    Likes

    0

    Replies

    4
  • 3/16/18
    Hi all,I uploaded 1600 assets ( only images ) into AEM author local instance DAM batch wise ( 350 per batch ). After 1500 assets got uploaded.Suddenly when I  tried to open my folder I am getting the following error given in screenshot. Also If I try open the DAM in crxde it is empty.How can I get m...

    Views

    818

    Likes

    0

    Replies

    1