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
    Hi,Can any one help me how to create my own component group in sidekick.thanks

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hello,in my apps folder  I have a project "myproject" and in this folder there is a folderstructure "components/clientlibs"./components/clientlibs/js.txt looks like this:#base=jsmqbehaviour.jsjquery-2.1.1.jsand mqbehaviour.js contains the following code:function testFunction() { alert('Hello from te...

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 10/15/15
    HI,I have 5 widgets in a tab.1. checkbox2. radio3. textfield4. pathfield5. multifieldif you check 1, the 4 below will be disabled, if unchecked , the 4 below will b enabledif 1st option(link) of the radio is selected , the multifield will be disabled, if 2nd(dropdown) is selected, the pathfield will...

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 10/15/15
    Hello everyoneI am currently in the process of setting up the automatic version purging service as described at http://docs.adobe.com/docs/de/aem/6-0/deploy/configuring/version-purging.html. There it is stated that both versionmanager.ivPaths as well as versionmanager.purgePaths (PID com.day.cq.wcm....

    Views

    1.8K

    Like

    1

    Replies

    4
  • 10/15/15
    Hi All,I am trying to integrate LDAP with AEM 6.0. I have referred the link : http://docs.adobe.com/docs/en/aem/6-0/administer/security/ldap-config.html for the same.But, seems it is not working for me. Can anyone please tell me which ApacheDS ldap version is suitable for this? I tried with "ApacheD...

    Views

    944

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi all, Use case is:We have global header and footer <div>s which we want to expose in form of JSON so that non AEM sites can read this JSON and render header and footer.I will store the content for header / footer using CQ component. So for doing this I am thinking of somehow getting the output (<d...

    Views

    1.3K

    Likes

    0

    Replies

    6
  • 10/15/15
    Hi,We are using sling form authentication over ldap to authenticate users on the publisher instance directly. When we do load test at random some users fail to login and hence they have to again put their credentials and login. The ldap module at random is ignoring some user credentials. The user na...

    Views

    549

    Likes

    0

    Replies

    1
  • 10/15/15
    I'm trying to use the ACS ErrorPageHandlerService [1] and it has successfully worked in the past (AEM 6.0 SP1). I just build some (totally unrelated) simple code and now the error pages don't work anymore, see error below: 30.12.2014 12:50:10.005 *ERROR* [0:0:0:0:0:0:0:1 [1419972610002] GET /favicon...

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hello,Could any one guide me to read OSGI configuration in java.I have created OSGI:config under app\config folder and name is 'xx.yy.zz', I have add property as "myipaddress = XXXXX"Now I try to get the this config in the servlet. I tried like below    @Reference    private ConfigurationAdmin confi...

    Views

    760

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi there,Please see the snippet code below:function runProgress(id, percentage, speed, isSwitched) { $("#uploadedFileNo").show(); var wii = parseInt(percentage) / 100 * progressBarWidth; if(speed == "normal") { $("#ProgressBar" + id).animate({width : wii}, "normal", function() { var displayData = pe...

    Views

    875

    Likes

    0

    Replies

    3