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 am using AEM 6.0 and trying to customize client context. I am following the URL http://blogs.adobe.com/aemtutorials/2013/07/24/customize-the-client-context/ and have checked out the latest code from codehub and deployed in the local AEM. I opened up the page /content/geometrixx-outdoors/en/men/...

    Views

    2.9K

    Likes

    0

    Replies

    8
  • 10/15/15
    I wrote a custom "Request for Activation" Workflow and now want this workflows to be triggered when the author clicks on the "Publish" button from within the edit view. See Screenshot publish_button_on_edit_view.png.I found a service called WcmWorkflowService but I it does not seem to have a configu...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,Is there a way I can use regex or something similar to narrow down the number of nodes across which a query will search to find the results.I am currently using like this:SELECT * FROM [dam:Asset] AS s WHERE ISDESCENDANTNODE(s,'/content/dam/a') and [jcr:content/metadata/sku]='XYZ'However I know m...

    Views

    6.5K

    Likes

    0

    Replies

    11
  • 10/15/15
    Hi,I am using AEM 6 with SP2. And also i have installed following hotfixes on it. cq-6.0.0-hotfix-5869-1.0.2.zip (OAK related )cq-6.0.0-hotfix-5916-1.1.zipcq-6.0.0-hotfix-5918-1.6.zipWhat i observe is,  If i modify any asset asset lastModified date is not getting updated in /jcr:content and also  /j...

    Views

    2.0K

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi, I have a component on a page. Once this component is authored, I need to pick up it's node properties as Json from another Java App via an URL. What's the best way to achieve this? I read about very different approaches (json query servlet, write my own servlet etc.) to this and am unsure which ...

    Views

    2.2K

    Likes

    0

    Replies

    6
  • 10/15/15
    Change to the CSS clientlibs files have produces no change in the CSS applied to our pages.We have tried the following, all of which did not work:Editing in our local Eclipse project and manually uploading the zip to the package managerEditing in CRXDERebuild the clientlibs folder at /libs/granite/u...

    Views

    4.4K

    Like

    1

    Replies

    5
  • 10/15/15
    We have created a workflow to send approval mail to approver. The payload is jcr:content of a folder or a PDF.After the coding, the behaviour is for:A pdf : It generate right URL as http:///damadmin.html#/content/ab/cd/abc.pdfA folder : It generate the wrong url as /content/folder-name/jcr:contentSo...

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi All,I have a requirement to have some custom metadata fields for assets in AEM DAM. In classic view ,I attained the same by overriding /libs/dam/components/asseteditor. Is there any way I can show same list of fields in touch UI mode also. If no,can I remove Basic and Advanced tabs which looks lo...

    Views

    1.7K

    Likes

    0

    Replies

    2
  • 10/15/15
    I store some jcr properties as comma separated values in a String. When I get the properties by properties.get("links"); or granite.resource.properties["links"] , i am not able to do String operations(split). Is there anyway to get the properties as String Object ?

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/15/15
    Our application is mostly static html pages. Can we use dispatcher directly in front of author for rendering static HTML pages? What is the significance of publish instance if all my pages are static HTML pages?

    Views

    2.1K

    Likes

    0

    Replies

    8