Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    I  have two publish servers.While installing a package in one publish server ,I got an error  "ERROR* [10.1.0.213 [1440501813043] POST /crx/packmgr/service/script.html/etc/packages/demo/test-1.0-SNAPSHOT.zip HTTP/1. 1] com.day.jcr.vault.fs.io.Importer There were errors during package install. Please...

    Views

    1.3K

    Likes

    0

    Replies

    6
  • 10/15/15
    hi,i need to have 2 elements on the same line and i have set the layout parameter of the container panel to "column".The inner elements stay on the same line now but the labels are disappear.Set the labelWidth parameter don't resolve my problem.Thanks

    Views

    249

    Likes

    0

    Replies

    1
  • 10/15/15
    I am trying to configure AEM with Adobe DTM for tag management. I gave the API token and could successfully connect to DTM and fetch the company name and web properties. We are hosting the DTM libraries in AEM itself. Hence I selected "self-hosting" option. I have given the DTM bundle URL as well as...

    Views

    853

    Like

    1

    Replies

    1
  • 10/15/15
    Hi All,Is there a feature, similar to "live copy" for DAM assets?  I'm looking for a way to create a parent/child relationship between assets, where the "children" assets inherit from the "parent".  We are currently running AEM 5.6.1, but would be interested in new features that may exist on 6.0 or ...

    Views

    2.6K

    Likes

    0

    Replies

    13
  • 10/15/15
    Can anybody tell me the pdf generation for classic ui is working fine but not not in case of touch ui  as same template and component has been used for touch ui.

    Views

    465

    Likes

    0

    Replies

    3
  • 10/15/15
    I'm looking at putting some event handling on a dialog and going through the instructions here: https://helpx.adobe.com/experience-manager/using/creating-touchui-events.html1) The instructions result in an event that fires on ALL dialogs. Is there an example for setting up an event on a specific dia...

    Views

    1.4K

    Like

    1

    Replies

    3
  • 10/15/15
    Hi All,(Similar issue to mine: http://coderissues.com/questions/31437688/how-to-traverse-a-map-having-keys-of-object-type-using-sightly )I am having tough time iterating a custom map in sightly, previously I have iterated through normal map<String, String> many type in sightly and it worked perfectl...

    Views

    4.2K

    Likes

    0

    Replies

    11
  • 10/15/15
    Hi,I need to add a panel into a compositefield.This is the code:this.mypanel = new CQ.Ext.Panel({layout:"hbox",width:200, height:100}); this.mypanel.add(this.textLink); this.mypanel.add(this.url); this.add(this.mypanel); this.mypanel.enable(); this.mypanel.setVisible(true); this.mypanel.doLayout(); ...

    Views

    270

    Likes

    0

    Replies

    1
  • 10/15/15
    Can we do resource resolver mapping for DAM URLs like for content path we can?Lets say we have a DAM URL like (/content/dam/test/en_us/footer.png), in publisher we can refer that image like http://localhost:4503/content/dam/test/en_us/footer.pngand we have dispatcher configured for the above publish...

    Views

    2.6K

    Likes

    0

    Replies

    10
  • 10/15/15
    Hi,I am trying to use Jsoup library by creating an OSGi bundle out of it. I have created the bundles before so I am pretty much familiar with the process. I have also added the dependencies in the pom.xml like this: <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1....

    Views

    2.2K

    Likes

    0

    Replies

    4