Expand my Community achievements bar.

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

  • 5/26/21
    I am trying to dynamically connect to a datasource.  I'm using the AEM archetype. public class mystuff implements WorkflowProcess {private static final Logger log = LoggerFactory.getLogger(mystuff.class);@referenceprivate DataSourcePool dsp;@Overridepublic void execute(WorkItem workItem, WorkflowSes...

    Views

    406

    Likes

    0

    Replies

    1
  • 5/26/21
    I am creating a custom dialog for a workflow component. I am using the variablePropertyComponent which has a"type" property which I can set to "java.lang.Long" and the drop down will filter all Long process variables.However, I would like to NOT filter any variables by type. I have tried these thing...

    Views

    589

    Likes

    0

    Replies

    0
  • 5/26/21
    Hello, I have multiple images in a page (for example, site logo, other promotional images etc). I want to add width and height attribute (with actual image size) to each of <img> tag. Options I see are as below.1. Check for each of the page when it is loaded and add the attributes. Not sure if it is...

    Views

    892

    Likes

    0

    Replies

    2
  • 5/26/21
    How can I write a unit test to test below Sling Query from my code. List<Resource> legalDisclaimerResourceList = $(legalDisclaimerPageResource).find(LEGAL_DISCLAIMER).asList(); $ refers to Sling Query from import static org.apache.sling.query.SlingQuery.$; 

    Views

    654

    Likes

    0

    Replies

    2
  • 5/26/21
    I have been trying to add custom css file the should be specifically applied to the RTE component. The main intentions in this requirements are:1) Custom css code to be applied to RTE at the component level itself.2) The rendered content of RTE should be automatically applied with the custom css cod...

    Views

    700

    Likes

    0

    Replies

    4
  • 5/26/21
    Hi Team, Is there a way to disable/stop the unpublish or deactivate of published assets post expiry date is reached.the configuration for asset expiry notification doesn't have an option to enable/disable the service and couldn't locate bundle for the particular PID. Thanks, 

    Views

    688

    Likes

    0

    Replies

    2
  • 5/26/21
    Hello folks, My understanding has always been that the design pattern to follow when integrating with external search platform is always a push based mechanism whereby AEM responds to content events (publish, unpublish etc.). Traditionally this ends up being calls to the external platform to update ...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 5/26/21
    Hi, There are two types of annotation (scr and R6 annotation) while developing the OSGI component. But what technically makes difference between these 2 type. RegardsManikantha R

    Views

    801

    Likes

    0

    Replies

    1
  • 5/25/21
    example:This  file exists => /apps/acs-commons/components/content/twitter-feed/twitter-feed.jsp.Can I override this file in my code repository?I'm trying to avoiddownloading the ACS commons repo on my localmake the changescompile/build/install the packageThank you.

    Views

    636

    Likes

    0

    Replies

    1
  • 5/25/21
    Hi, I have a component which is loading marketo form and on submission, calling onSuccess handler, from there to JS and making AJAX call to save form values to AEM. There are two problems1. 404 on csrf token - To solve this I have added  "granite.csrf.standalone" to my component. Now I can see token...

    Views

    595

    Likes

    0

    Replies

    1