Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi All,We want to implement Business Continuity Plan for our application so if anybody has already implemented or have any idea ,please help me.And also is AEM(Product Owners) itselfproviding any BCP plans for the applications implemented using AEM?Thanks In Advance.-Kishore

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi, I am creating live copies using an existing page.This page has larger number of child pages(immediate level) to it.Now i want to inherit the properties only to the child pages .Since I have many child pages I cannot set the rollout config for each of them. Is there any option such that I can res...

    Views

    2.0K

    Likes

    2

    Replies

    8
  • 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.1K

    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

    573

    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

    763

    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.4K

    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

    716

    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

    604

    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.6K

    Likes

    0

    Replies

    3