Expand my Community achievements bar.

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

  • 6/25/23
    I got requirement that to filter un-used assets present in dam-> I have written servlet and triggered SQL-2 Query to fetch all assets from dam, I am getting the all dam assets. My Code to fetch the assets  RowIterator rowIterator = queryResult.getRows(); while (rowIterator.hasNext()) { Row row = row...

    Views

    1.0K

    Likes

    0

    Replies

    6
  • 6/25/23
    i don't have system console access for few environments . i  want to check runModes please help me. how to check?

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 6/24/23
    hi,  We have recently upgraded to AEM SP16 from SP 14 and observed that vanityfield has been removed from the granite components under libs which we are overlaying. As Adobe has removed it, is there any replacement(feature like vanityfield)  we have for that or as we have overlayed it do we need to ...

    Views

    315

    Likes

    0

    Replies

    1
  • 6/24/23
    Hi,  I have a requirement to get search parameters as one of the columns in result section in report tool. Is there any query to implement that or do we need to override OOB tool to do that?  Thanks 

    Views

    737

    Likes

    0

    Replies

    3
  • 6/23/23
    Hello, I am getting an exception when processing DamEvent events on my Job manager that implements EventHandler. I am using code guidelines from  references below. My code works fine when processing PageEvent but it does not process the job for DamEvent. public static final String JOB_TOPIC = "aem/s...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 6/23/23
    Problem I encountered with newest available AEM archetype (May 2023) and running unit tests is the method:aemContext.load().json("file.json","/path/in/aem") It gives out the following exception:java.lang.IllegalStateException: Unable to enable secure processingThis is a very common way to load conte...

    Views

    828

    Likes

    0

    Replies

    2
  • 6/23/23
    We are looking for the correct regex pattern to update in OSGI to fetch the config data in component html which are the part of experience fragments eg: /content/expfragment/abc/[REGEX] where it should fetch config from generic exp path 

    Views

    364

    Likes

    0

    Replies

    2
  • 6/23/23
    hii all, is how to get the multiple images on page only when we give path in the component not as upload and what can be sling model for this

    Views

    671

    Likes

    0

    Replies

    4
  • 6/23/23
    I've implemented a regular showhide dropdown feature in aem dialog. Show-hide feature is working fine. First I selected first option and authored the fields under that option. Later I selected the second option and authored the fields under second option. But at content page node level both values a...

    Views

    605

    Likes

    0

    Replies

    3
  • 6/23/23
     Hi,The Page Properties Cancel is not working. Clicking on it the Editor should return to the previous View but it doesn't do anything and just stays on the same page (which is Page Properties). This is the button I am refering to: And this is the element in question:<coral-actionbar-item class="cor...

    Views

    1.1K

    Like

    1

    Replies

    10