Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    hi,I ran the Request for Activation (an OOTB workflow that comes with the product)  workflow on 48 pages, and the inbox shows all the 48 pages (40 in 1 page and rest 8 in 2nd page).But then I terminated all these workflows, and ran the the Publish Example workflow(OOTB comes with the product) on all...

    Views

    828

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,Im working in a proof of concept in order to display some user information based on a group. Follow my jsp snippet.<%@ page import="java.util.ArrayList,        java.util.Iterator,        java.util.List,        org.apache.jackrabbit.api.security.user.*,        org.apache.jackrabbit.api.*,        o...

    Views

    648

    Likes

    0

    Replies

    1
  • 10/15/15
    Pls share any idea about above q?

    Views

    674

    Likes

    0

    Replies

    2
  • 10/15/15
    Below is the code I am using to programmatically move to next workflow step i.e. auto handler advance programmatically instead of selecting the checkbox auto handler advance on the step.List<Route> routes = workflowSession.getRoutes(workItem); if(CollectionUtils.isNotEmpty(routes)) { for (Route rout...

    Views

    2.5K

    Likes

    0

    Replies

    3
  • 10/15/15
    HelloI have a in a dialog two datetime fields, start and end datetime.I want to validate that the startdate < enddate, but I couldn't find anyway to do this with the api.I tried to use the change event but it is only fired when the dialog is coming up and when you press ok, not when you actually cha...

    Views

    975

    Like

    1

    Replies

    2
  • 10/15/15
    I am trying to delete only child pages using curl in CQ5 with this commandcurl -X DELETE http://%HOSTAUTHOR%:%PORTAUTHOR%/content/a/b/c/d/e/f/g/ -u %USER%:%PASSWORD%I want only the pages under /content/a/b/c/d/e/f/g/ to be deleted and not the 'g' page. But the parent page also gets deleted.Tryingcur...

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 10/15/15
    I have created a new session store which reads data from the JSON file and displays the information in the client context. However, when I try to create segments based on the store properties, the generic store property window does not show the nested elements of the JSON. Here is the description Th...

    Views

    824

    Likes

    0

    Replies

    2
  • Hi,I am using RTE component in AEM 6.0 (using Sightly). When I try to print the description value it is coming with the html tags. How to display the content without any html tags?Thanks.

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi All,If we view properties of images  through asset tab , it is taking more time .In logs we can able to see the below issue continuously 02.07.2015 11:10:26.367 *WARN* [1.23.17.158 [1435849806530] GET /libs/dam/gui/content/assets/metadataeditor.html/content/dam/core-assets/e-papers/test-folder-fo...

    Views

    5.8K

    Likes

    0

    Replies

    31
  • 10/15/15
    Hi, Is there a way to install two versions of a custom bundle?.We have two sites running on CQ, they use a common bundle but we need to be able to update the common bundle for one site without affecting a the other site. I know OSGI allows two different versions of the same bundle, but in my tests w...

    Views

    2.0K

    Likes

    0

    Replies

    4