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
    I am looking for a value benefits document on the integration between CQ and Adobe Analytics

    Views

    501

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi there,I have got a requirement which has 2 parts: 1) the form content will be saved into a jcr node, and 2) the form content will be sent out to a specific email address. I have used CQ5 foundation form component in order to implement part 1. In there, I specified the form action type as 'Store C...

    Views

    996

    Like

    1

    Replies

    4
  • 10/15/15
    Hi,I am referring to this article http://dev.day.com/docs/en/cq/current/deploying/resource_mapping.html to configure resource mapping.  I am using my publish instance with Geometrixx sites.I created the mapping that prefixes any request to http://myserver:4503/ with /content:  This works somewhat co...

    Views

    4.6K

    Likes

    0

    Replies

    3
  • 10/15/15
    A custom parent component 's JSP has include statement like this  (parentXXX)<c:if test="${someThing== true}">                    <sling:include path="childXXXNode" resourceType="apps/xxx/components/childXXX" />                  </c:if>Two scenario.1. if i drag and drop childXXX on the CQ page parsy...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hello ,      How to pass  javax.jcr.NodeIterator iter =toNode.getNodes();                           long count =iter.getSize();count value  from servlet to javascript.,that would be great for your reply. Thanks.

    Views

    3.2K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi, I am trying to connect to the mysql database from my cq5.6.1.I have done all configurations in the system/console/config related to the jdbcconnectionpool config..And my dsn name is "sqdb". Here i am not able to get the datasource sqdb into my servlet using ,dataSource = (DataSource) dataSourceS...

    Views

    769

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi All,Our client wants to  create events which repeats over multiple days but with different timings. So suppose if a concert is happening today at 7pm then it should have the flexibility to repeat it tomorrow again but at 9pm.In our current implementation, we have created events using event form t...

    Views

    576

    Likes

    0

    Replies

    1
  • 10/15/15
    hi,I have followed the following link http://dev.day.com/docs/en/cq/current/developing/customize_siteadmin.html to create a new column inside siteadmin. I find that I cannot press on the heading and sort the column a-z or z-a.Is there a reason why> Chris 

    Views

    583

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,I have a custom Combo Box which displays list of values from an api based on values entered in another select widget.I have an event queryFilter on firing which i want the values in CQ.Ext.data.Store to be used.Even though i pass the new values in filter the store values defined in constructor ge...

    Views

    561

    Likes

    0

    Replies

    1
  • 10/15/15
    Hello, hope someone can help me on this.First I created a multifield node with hideLabel=true because I do not need the label and its indented space for multifield itself. Also, added fieldConfig with xtype=myxtype, the custom widget. Here is the code:{ "xtype":"multifield", "name":"./multitext", "h...

    Views

    1.4K

    Likes

    0

    Replies

    3