Expand my Community achievements bar.

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

  • 1/4/18
    so I have the following code snippetimport com.day.cq.wcm.api.Page;import com.day.cq.wcm.api.PageManager;......//more unrelated code here......Page currentPage = pageManager.getPage("/content/data/fishes/greatwhite");log.error(currentPage.getTitle());from what I understand (PageManager ("The Adobe A...

    Views

    22.0K

    Like

    1

    Replies

    4
  • 1/4/18
    Hi,I am trying to access currentStyle properties from within a SlingModel. The SlingModel is being called from a  HTL component using data-sly-use that has a functional design_dialog and accessible currentStyle.This was the only suggestion I could find using google:@Inject @Source("script-bindings")...

    Views

    4.0K

    Like

    1

    Replies

    7
  • 1/4/18
    Hi people,I am trying to initiate Javax.transaction on jcr resource and storing content on AEM localhost:4502, I just could not get the way out to initialize UserTransaction to jcr repository, Not sure whats the JNDI lookup context jn that case, because jcr repository is not the data source.i just w...

    Views

    2.4K

    Likes

    2

    Replies

    5
  • 1/4/18
    Every vanity-URL should get the possibility to be redirected by this checkbox individually

    Views

    1.9K

    Like

    1

    Replies

    6
  • 1/4/18
    Hi guys,I doing a practice on this new wknd tutorial which is this oneGetting Started with AEM Sites Part 1 - Project Setup for some reason i got this error and i dont know where the conflict isim pretty sure i have only one plugin of maven-bundle-plugin in there

    Views

    4.0K

    Like

    1

    Replies

    12
  • 1/4/18
    Using AEM 6.3.We are generating some recipe detail pages programmatically based on recipe data using the PageManager API.The recipe detail page is based on a template which contains a collection of components.When creating a recipe detail through the Touch UI (Sites > Create > Page > Template: Recip...

    Views

    1.7K

    Likes

    2

    Replies

    8
  • 1/4/18
    Hi All,My requirement : I have a component which accepts some text say "#abc" as a dialog property. The current page URL, say "http://localhost:4502/content/xyz.html", has to be appended with the dialog property value as "http://localhost:4502/content/xyz.html#abc" before the page gets refreshed aft...

    Views

    4.4K

    Like

    1

    Replies

    5
  • 1/3/18
    I am investigating a memory leak on one of our production servers. The leak is requiring a restart twice per week. I followed the instructions to analyze unclosed sessions from this page and I am now seeing several logs warning about unclosed sessions. I've scoured the code, and I can only find one ...

    Views

    4.9K

    Like

    1

    Replies

    7
  • 1/3/18
    We have a content package as part of our standard deployment e.g following the maven archtype. In our filter we include the DAM as we setup some folders at the base of the DAM and also some root pages for our site in sites. This seems to be causing a huge snapshot to be taken prior to the install an...

    Views

    3.3K

    Likes

    3

    Replies

    7
  • 1/3/18
    Hi All,I am working on MSM based website.We have a requirement to set rootpath in pathfield dynamically based on country and language .example: If I open a page from /content/uk/english and select pathfield from dialog, then set same path /content/uk/english to rootpath and open the pah in dialog.en...

    Views

    1.6K

    Like

    1

    Replies

    3