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

    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

    672

    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

    502

    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

    835

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

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

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi,CQ 5.6 is allowing to create page starting with number such as 1234abc.html, but we are not able to delete the page. Is there hotfix available for this issue?-Punit Jindal

    Views

    773

    Likes

    0

    Replies

    4
  • 10/15/15
    Hello,I have an email form for error page. There are name, email and comment field in page. The email works perfect and send values by email.I need to have 2 more fields which are hidden and report the broken link/unvalid url in our site and Ref URL the website which has link to this broken link.Cou...

    Views

    502

    Likes

    0

    Replies

    1
  • 10/15/15
    hi,i tried to create a submit form, using form OOTB component i created in the front end, but i dont know how to map my java class once if i press submit button, and how to store the value which i am entering in the form, i referred developing with forms and some other adobe document , still not get...

    Views

    285

    Likes

    0

    Replies

    1