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, I am trying to make an AJAX call through my JS file,The following is my code: use(function () {   console.log('Entry in Active Checker JS File');    var page = currentPage.getPath()+'/_jcr_content/feature/event.infinity.json';    var queryString = '?nocache=nocache';    console.log(page + queryS...

    Views

    6.6K

    Like

    1

    Replies

    5
  • 10/15/15
    Hi all, I am using protocol relative URL in my CSS file and managing the CSS file using CQ ClientLib. "//" is getting coverted to "../../" by CQ when i hit the CSS file. For example:In my CSS I have a line likebackground-image: url("//server.com/is/image/brandBar-sprite.jpg"); When we hit the final ...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,Since we can't cluster 2 author servers using TarMK. I just wanted to know if i can write a cron job to sync the author servers using RSYNC? 1 Server will be always active and whenever there is a change in master i will run a cron job to copy the changed tar files to the other server. Will this w...

    Views

    4.4K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi All,I want to know working of catalog blueprints used in Geometrixx Outdoors.How can I import product information present in CSV file into AEM6?What are the API are useful for creating a product node?I don't get enough information about geometrixx outdoors catalog working as no documentation prov...

    Views

    1.6K

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi Team,This forum helps me in so many critical situation, thank you so much for that.Am facing some different kind of issue this time, I am having a breadcrumb component, when i create a page at particular level the link is broken.When i roll out the same page it is showing properly in the country ...

    Views

    676

    Likes

    0

    Replies

    2
  • 10/15/15
    Is there something special I need to do to get allowReselect to work with a colorfield xtype?I've tried using allowReselect="{Boolean}true" in a colorfield dialog, but it does not seem to do anything. Here is a snippet from my dialog:<headlineNeutralColor jcr:primaryType="cq:Widget" fieldLabel="Neut...

    Views

    739

    Likes

    0

    Replies

    1
  • 10/15/15
    Some divs are incorrectly removed when we add &wcmmode=disabled in the Author mode.Where does the &wcmmode=disabled handler sit's and which class is responsible for removing the html markup such as <script tag and component-* classes ?Thanks,Peter

    Views

    852

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi EveryoneCan someone explain me how does Action Type of start form element works? And what about post.jsp,init.jsp,forward.jsp?

    Views

    558

    Likes

    0

    Replies

    1
  • 10/15/15
    I'm working on a PIM integration project. On upload of an asset we can invoke code via the update DAM asset workflow to write asset details back to our PIM and also PIM details to AEM.Now what I am looking to do is to invoke code when creating a review task on a folder of assets. The purpose of this...

    Views

    595

    Likes

    0

    Replies

    1
  • 10/15/15
    I am trying to fetch the user password using the user id to enable auto-login to CQ author environment.Below is what i have been trying:Session jcrSession = resourceResolver.adaptTo(Session.class); UserManager userManager = AccessControlUtil.getUserManager(jcrSession); Authorizable authorizable = us...

    Views

    1.1K

    Likes

    0

    Replies

    1