Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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

    23.8K

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

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

    Likes

    2

    Replies

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

    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

    2.0K

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

    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

    5.2K

    Like

    1

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

    Like

    1

    Replies

    3
  • 1/3/18
    Hi,I need to read the values of a dialog which has a multifield of pathbrowsers via my js[being used to display custom validation messages] in AEM 6.3 and populate them into an array for checking if values are present or not in each of the fields.Tried the options mentioned in the below articles,htt...

    Views

    2.2K

    Likes

    0

    Replies

    7
  • 1/3/18
    Hi All,I would like to know how can we use touch UI listeners  . I want to achieve something like below : There are 2 radio buttons (A,B) and there is a text box.Upon Clicking on radio button A ,text box should be displayed and upon clicking on button B ,text box should be hidden.By default its hidd...

    Views

    3.7K

    Like

    1

    Replies

    8