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'm trying to get DataSourcePool instance for servlet in OSGi bundle but the standard approach doesn't work. I used to get DataSourcePool via Activator like thispublic class Activator implements BundleActivator { private DataSourcePool source; public void start(BundleContext context) throws Exceptio...

    Views

    5.3K

    Likes

    2

    Replies

    18
  • 10/15/15
    Hi,I'm having trouble setting number values in my dialog.xml files. For example I want to specify the width of a dialog and textfield, but it does not actually work for me. Is there a trick to it?<playSpeed jcr:primaryType="cq:Widget" fieldDescription="Slideshow speed in milliseconds." fieldLabel="P...

    Views

    604

    Likes

    0

    Replies

    3
  • 10/15/15
    I would like to map images to subdomain, so path to resource/content/sitename/en/homepage/_jcr_content/par/adaptiveimage.img.full.high.jpg/1389935334441.jpgwould be rewritten by ResourceResolver to smth like this static.domain/homepage/_jcr_content/par/adaptiveimage.img.full.high.jpg/1389935334441.j...

    Views

    1.5K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi Team,We've a requirement where we need to hide panels dynamically and show in some other time.  For example, we have three panels in the dialog.  Dialog    tab1 (panel)        fields    tab2 (panel)        fields    tab3 (panel)        fields Now, I need to hide tab1 & tab2 when the page is equal...

    Views

    791

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,We are trying with "Using CQ as a Portal" by following the docs at http://dev.day.com/docs/en/cq/current/administering/cq_as_portal.html (section Using CQ as a Portal).We are using CQ 5.6.1 war with java6 and tomcat6 in windows7 env.    Step1: We installed CQ5 With an Application Server (tomcat6)...

    Views

    1.5K

    Likes

    0

    Replies

    6
  • 10/15/15
    If I have 2 components, A and B, and component A includes component B in the JSP like <cq:include path="pathB" resourceType="myApp/components/componentB" />, and I drag component A onto a page, I can edit component A, but if I want to edit component B, I need to refresh the page. Is there a work aro...

    Views

    748

    Likes

    0

    Replies

    1
  • 10/15/15
    I couldn't understand the need for a parbase component in CQ5. From what I read in CQ5 documentation, parbase is a component that can extend from other components. But all components can extend other components by specifying sling:resourceSuperType property. So what is the need for a parbase compone...

    Views

    648

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,I have included google gson dependency in the pom.xml of my project as shown below:        <dependency><groupId>com.google.code.gson</groupId><artifactId>gson</artifactId><version>2.2.2</version></dependency>I am able to build the project without any issues but when I am hitting the URL, the page...

    Views

    6.7K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,I am aware CQ provides out of box cloud services integration to FB/Twitter/Saleforce.Does anyone have any idea integrating with box cloud services https://www.box.com/ using OAUTH ?

    Views

    791

    Likes

    0

    Replies

    2
  • 10/15/15
    Hey,so I was going to use the built-in list component for a footer navigation but I noticed that it automatically pulls the 'Title'. I guess I'm wondering if there's some way to specify that it should use the 'Navigation Title' instead? If that's not do-able with the current component, what would be...

    Views

    527

    Likes

    0

    Replies

    1