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
    HiI have component whose JSP has some xml and html tags. I drop the component on the page, I want on the disable mode it should display DOM tree like xml tags also able to expand and collapse tags same like we open xml in browser. Start from <html> . Any idea how can i achieve it.<c:if test = "${! w...

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi,I am trying to implement a specific form for a metadata "folder" that is not image, video or application. My mimetype is model/objThe problem is that when I create a folder in http://localhost:4502/libs/dam/gui/content/metadataschemaeditor/schemalist.html/dam/content/schemaeditors/forms/default c...

    Views

    762

    Like

    1

    Replies

    2
  • 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

    463

    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

    786

    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

    397

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

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

    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

    689

    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

    521

    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

    850

    Likes

    0

    Replies

    2