Expand my Community achievements bar.

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

  • 4/22/19
    I am trying to call a template with multiple values (as shown below)<template data-sly-template.hero="${ @ container,bgImage,props }">     <div class="${container}" style="background-image: url('${bgImage}');">          <text>props.title</text>     </div></template><sly data-sly-call="${hero @ conta...

    Views

    8.6K

    Like

    1

    Replies

    15
  • 4/22/19
    Should offline compaction ever be done on 6.4, or just a nightly online compaction?

    Views

    2.0K

    Likes

    0

    Replies

    1
  • 4/22/19
    Hi All,I have seen few documents on how to use Spring MVC with AEM , but could not find anything on how to integrate Spring Boot with AEM. Can Spring Boot be used with AEM ? if yes can you please share some useful links on how to do it.

    Views

    9.4K

    Likes

    0

    Replies

    6
  • 4/22/19
    we have a requirement  to access a database through a webserver JNDI connection using spring framework

    Views

    3.7K

    Like

    1

    Replies

    6
  • 4/22/19
    Hello everyone, I have this ArrayList list which is not empty. I am willing to iterate through it using HTL sly tags. What I've tried is:${model.list.size}-- this doesn't seems to work. I wrote a function in Jave which returns my list size and I can see it's not empty. Else I tried was:This again re...

    Views

    7.9K

    Like

    1

    Replies

    10
  • 4/21/19
    Hi Team,We are in process of migrating our applications from AEM6.2 to AEM6.4.1.0. We are using RTE plugin with hybrid multiple in-place editors and we found that All RTE plugin options like superscript,subscript,misctools are not coming in full screen mode (When using editor mode as text, its worki...

    Views

    2.0K

    Likes

    0

    Replies

    1
  • 4/19/19
    I am getting a concurrentModificationException when I am trying to run a query. This is just reading the nodes and no actual modification is being done. Our environment configuration is 3 AEM instances cluster on Mongo. Exception details below. Any pointers highly appreciated.Caused by: java.util.Co...

    Views

    3.6K

    Likes

    0

    Replies

    3
  • 4/19/19
    When there is a change in header and footer then all of the site pages gets invalidated in dispatcher. This causes an increase in load on publish instances as dispatcher has to fetch all the pages again to serve new requests. What is the best way to avoid this instant load on publish instances ? Do ...

    Views

    2.9K

    Likes

    0

    Replies

    2
  • 4/19/19
    Hello all,I want to create a form page in /etc path for specific admin user, the form with couple of fields and submit data in mysql db.This is what I am doing here:I have created the form component 3 fields with add button. I have new page in /etc folder in my project folder which has sling:resourc...

    Views

    2.0K

    Like

    1

    Replies

    4
  • 4/19/19
    I am looking for a way to drag and drog image file using coral 3 within the dialog (as shown below).  I was able to do this with coral 2 and was wondering how to do it with coral 3.Can someone provide me the code to do this?

    Views

    5.1K

    Like

    1

    Replies

    8