Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi,I have a AEM application which executes certain JS commands when a page is loaded. This application works well in the previous AEM version 5.5 and 5.6. When I try to run the same in AEM 6.0 i noticed that js files are missing in the UI. Although when I switch back the classic UI I get those files...

    Views

    624

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,How do we implement Ajax call (i.e updating page information without reloading the page) in AEM?Is it done in the similar fashion as it was done in java script or some other aem component, to achieve this, is used? Thanks,Nikunj

    Views

    882

    Likes

    0

    Replies

    1
  • 10/15/15
    I have created a new campaign for our website. Now i'm wondering if i can assign a specific campaign to my website.When i simulating campaigns and experiences, i can still see the geometrixx campaign, which i don't want to see.How can we disable the geometrixx defined campaigns for a particular webs...

    Views

    532

    Likes

    0

    Replies

    3
  • 10/15/15
    I have a case where I need to create a variable number of parsys in a Sightly component.  Here's the code I am currently trying:<div data-sly-list="${var.List}"> <div class="${item}"> <div data-sly-resource="${'field' + itemList.count @ resourceType='wcm/foundation/components/parsys'}"> </div> </div...

    Views

    2.6K

    Likes

    0

    Replies

    6
  • 10/15/15
    I have a component where I am creating cookie by using below code:Cookie cookie = new Cookie("testCookie", "cookieValue");slingResponse.addCookie(cookie);My cookie is getting created in browser but at the same time page is getting cached in dispatcher. The problem comes when another user comes to vi...

    Views

    3.7K

    Likes

    2

    Replies

    3
  • 10/15/15
    Hi,I want to customize the OOTB mail action and i am unable to figure out the servlet that this file calls. The documentation in form suggest below. I tried putting the path with mail selector and html extension in sling servlet resolver and it did not resolved to any servlet. There could also be an...

    Views

    977

    Likes

    0

    Replies

    5
  • 10/15/15
    I was looking for a way to publish content from the authoring server into a file system folder.  I'd like to "pre-render" the content when it is published as an xml or html file.  Once its on the file system, I could then push it to any web server or application server.  Then the web or app server c...

    Views

    654

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,Using etc/map configuration, we are hiding the .html at the end of the page url and are using short urls by hiding the /content/project. This works as expected and the page loads fine in publish environment. The link generated looks llikehttps://www.mytestsite.com/homepage/page1/page2/page3.selec...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 10/15/15
    I am getting the following error when trying to install my bundle. Other than separating my bundle in to two individual bundles. Do you have any solution?21.11.2014 15:10:47.158 *INFO* [OsgiInstallerImpl] org.apache.sling.installer.core.impl.tasks.BundleStartTask Could not start bundle com.mycompany...

    Views

    5.8K

    Likes

    0

    Replies

    9
  • 10/15/15
    Can we do some kind of compression in CQ to expedite page transfer to browser? I know we can do this for JS and CSS by minifying.

    Views

    1.3K

    Likes

    0

    Replies

    4