Expand my Community achievements bar.

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

  • 1/5/18
    I wish to configure my AEM 6.1 SP2 CFP-12 author instance, so that all activation requests made by content authors invoke a workflow so that the content change is approved by a content administrator before activation.I have read a number of articles, (which seem to apply specifically to CQ 5.x) that...

    Views

    3.1K

    Likes

    0

    Replies

    3
  • 1/4/18
    In AEM 6.1 im moving a page with 17 subpages.If I do a move action the following happens.The action will query if there are references to other pages.The content is moved to its new place.The content is deleted at the old placesEverything is published.I'm now wondering if all revisions are also upda...

    Views

    497

    Likes

    2

    Replies

    3
  • 1/4/18
    So I have an Excel spreadsheet processor/importer where all existing pages are deleted and then it recreates the pages based on the spreadsheet info.I'm creating new pages viaPage page = pageManager.create(getCorrectPath(main, fish), getValidName(fish), templatePath, fish.getName(), true);and this c...

    Views

    1.4K

    Likes

    4

    Replies

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

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

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

    Likes

    2

    Replies

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

    Views

    2.0K

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

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

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

    Like

    1

    Replies

    5