Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi all,I have built an event handler, which listens to replication events (@Property(name = "event.topics", value = { ReplicationAction.EVENT_TOPIC })) and modifies/adds a property to the page content within its handleEvent method.What I have seen is that the new property is not transferred to the p...

    Views

    415

    Likes

    0

    Replies

    2
  • 10/15/15
    We have a section on a BluePrint that we would like to exclude from being rolled out to Live Copies. Is there an easy way to do this in CQ5 v5.5?Thanks!Patricia

    Views

    497

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,Does anyone know if its possible to disable auto-save behavior in design mode and provide the author with a Save button instead?Thanks in advance!Juan

    Views

    1.3K

    Like

    1

    Replies

    3
  • 10/15/15
    Hi friends, Am getting the null when injecting the resolverFactory object in Java class through Fleix Annotations(@Reference).How i can use the sling and cq implicit object java class.It can be useful in JSP.But how in java class???Please tell me a solution Thanks in advance

    Views

    2.8K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi masters!I found an issue regarding pagination in Workflow Console, Archive tab. The pagination is not working in this tab.I can reproduce this issue in a new AEM5.6.1 instance installed from scratch. The steps to reproduce are:Install new AEM5.6.1 instanceUpload images in DAM since you have more ...

    Views

    2.3K

    Likes

    0

    Replies

    3
  • 10/15/15
    I have a requirement where I need to check the mode (author/publisher) in the workflow step.There is different workflow for both of these wcm modes. I was trying to write function check() using the api WCMMode.I know there is a way to do it in the components/jsp however the same seems to be not work...

    Views

    1.5K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,I will be working with a company that utilizes CQ5 for the content management tool for their site. We will be redesign some of the pages of the site outside of CQ5. Can we just give them html files (with all source files) for them to easily integrate into their CQ5? We will not have access to the...

    Views

    385

    Likes

    0

    Replies

    1
  • 10/15/15
    Is there a way in CQ 5.6 to restrict use of specific components within a parsys? e.g. I want to restrict author to use only text component within a parsys, following is how I render the parsys inside one of my component JSP file:<cq:include path="textpar" resourceType="foundation/components/parsys" ...

    Views

    863

    Likes

    0

    Replies

    2
  • 10/15/15
    While accessing a link through web server, sling request going to one server(lets say server1) but the service call through ajax(which is defined in jsp of server1) going to another server(server2). Due to this it is taking time to update data at a time in all servers. By making ajax call to server1...

    Views

    689

    Like

    1

    Replies

    2
  • 10/15/15
    Hi, I am trying to provide an implementation for dynamic participant step using an ECMA script. The script basically returns a participant user based on the path of the payload.Here is the script  - function getParticipant() {     var workflowData = workItem.getWorkflowData();     if (workflowData.g...

    Views

    993

    Like

    1

    Replies

    5