Expand my Community achievements bar.

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

  • 9/30/16
    Is there such a thing out of the box? Looking at the render.jsp of granite/ui/components/foundation/form/multifield, the comments say the following:"If the field is a composite, it is its responsibility to concatenate the fields into one, before the form gets submitted, and to separate them again on...

    Views

    1.7K

    Like

    1

    Replies

    3
  • 9/30/16
    Hi All,I want to iterate a loop based on Integer value like if integer value is 5 then loop will iterate 5 times.I know a way to do this using JSTL in jsp page :<c:forEach var="item" begin="1" end="${properties.value}" varStatus="loop"> //statement </c:forEach>above in "end" im getting value from di...

    Views

    11.5K

    Like

    1

    Replies

    6
  • 9/30/16
    What is the best way to take a clone of an AEM 6.2 instance.(it could be Author or Publish instances). Is this article still valid for AEM 6.2. https://helpx.adobe.com/experience-manager/kb/CloneInstance.htmlIf I create a new DEV instance from a 5.6.1 instance production backup (sits on a separate D...

    Views

    2.4K

    Like

    1

    Replies

    4
  • 9/30/16
    Hi, I'm having a problem with translation projects. Only the admin user can see them.When I try do add a team member I get:Caused by: com.adobe.cq.projects.impl.team.TeamException: The team does not contain an owner at com.adobe.cq.projects.impl.team.TeamManagerImpl.createTeamMemberList(TeamManagerI...

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 9/30/16
    Hi all,i work on a big repository (AEM6.1) and some queries works on a lot of nodes. for example this queryselect * from cq:PageContent where sling:resourceType='quattroruote/components/page/newspage' AND publishDate > TIMESTAMP '2013-01-01T00:00:00.000Z' AND publishDate < TIMESTAMP '2013-12-31T00:0...

    Views

    1.4K

    Likes

    0

    Replies

    5
  • 9/29/16
    Hi all,I have a component where you have to give the DAM path in dialog and it fills the page with all the images from the DAM. I used query builder to filter only images if author selects only images in the dialog box. While it presents all the images on the page, it does not follow order of images...

    Views

    661

    Likes

    0

    Replies

    1
  • 9/29/16
    I have a query regarding the crx2oak tool. This is specifically w.r.t. incremental migration used for handling the delta content. Q. Will it support the source to be a on different Data Center. Should source & target repository to be on same Data Center. ( Here Data Center 1 contains old 5.6.1 insta...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 9/29/16
    Is there a way to trigger the hobbes.js tests from maven through an external CI build without using the touch optimized ui?

    Views

    2.0K

    Likes

    0

    Replies

    5
  • 9/29/16
     Hi All,Can some one please let me what is the alternative for below cq and sling include tags in sightly?<c:include script="content.jsp"/><sling:include path="/conent/my-msm/us/en-us/mypage/jcr:content/mycomponent" resourceType="myapp/components/content/mycomponent"/>I am looking more for something...

    Views

    14.0K

    Likes

    5

    Replies

    2
  • 9/29/16
    We are implementing a custom data store in AEM 6.1 ContextHub for a client's site and trying to use the SessionStore. According to the Adobe documentation, the SessionStore should use the in-memory persistence and only be available for that browser session. Our custom store inherits from the Session...

    Views

    1.9K

    Like

    1

    Replies

    3