Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 11/22/17
    Hi All, I am working on moving a page from one location to an another via Page Manager API.move(Page page, String destination, String beforeName, boolean shallow, boolean resolveConflict, String[] adjustRefs,String[] publishRefs)In above method of page manager, how to get value for adjustRefs & publ...

    Views

    6.8K

    Likes

    2

    Replies

    10
  • 11/22/17
    Hi All,I have created 1 touch UI multifield component and while trying to add this to side rail i am not able to see that component in list of compoennts. can some one please suggests what all the points i need to check so that it will be visible in design mode parsys.Thanks in advance.

    Views

    1.6K

    Likes

    0

    Replies

    3
  • 11/22/17
    Hello,Is there any way to get all the workflow instances launched for a payload (e.g. /content/dam/assets/weddingPictures/party1.jpg).The two only methods that I can guess are:Invoke http://localhost:4502/etc/workflow/instances.json  and iterate for every instance and make a new request  in order t...

    Views

    3.9K

    Likes

    0

    Replies

    5
  • 11/22/17
    How to login into AEM with user information stored in Relational Database or Mongo DB?

    Views

    1.6K

    Likes

    0

    Replies

    2
  • 11/22/17
    Hi,While configuring dynamic media we configure the imageserver configuration(/etc/dam/imageserver/configuration/jcr:content/settings) & replicate it to media cloud . There is a property bkgcolor to provide background color to images. But we have to display some transparent images also due to thsi p...

    Views

    3.7K

    Likes

    0

    Replies

    3
  • 11/22/17
    In our setup Dispatcher is not used for caching - this is done by Varnish that sits in front of Dispatcher.For cache invalidation we need the Last-Modified header that is returned by AEM Publisher, but Dispatcher is removing the header line.Is there a way to instruct Dispatcher to just forward the L...

    Views

    2.4K

    Like

    1

    Replies

    5
  • 11/22/17
    Hi All,I want to customize the RTE link plugin. The requirement is, i need to add "Opens in new window" text to 'title' attribute if target is new window. So that whenever we hover on a link, it displays title+"Opens in new window".For e.g. if title attribute is "new link", and target attribute is "...

    Views

    7.2K

    Likes

    0

    Replies

    7
  • 11/21/17
    I have enabled “Open in Classic UI” option in AEM 6.3 (disabled by default) by following the instructions here.(https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/enable-classic-ui-editor.html)But how to enable editing in classic mode?Thanks,Paresh

    Views

    2.1K

    Like

    1

    Replies

    4
  • 11/21/17
    Hi,We want to open and edit pages in classic UI mode in AEM 6.3. We enabled classic UI (disabled by default in AEM 6.3) by following the instructions here. However when we open the Classic UI in AEM 6.3, it does seem as if the page has opened in edit mode (as seen from the sidekick option). The side...

    Views

    3.4K

    Likes

    0

    Replies

    6
  • 11/21/17
    I have created a POST servlet like below:package com.aem.sites.servlets;import org.apache.sling.api.servlets.SlingAllMethodsServlet;import org.osgi.service.component.annotations.Activate;import org.osgi.service.component.annotations.Component;import org.osgi.service.component.annotations.Modified;im...

    Views

    11.6K

    Like

    1

    Replies

    18