Expand my Community achievements bar.

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

  • 4/25/21
    I want to add Asset Share Commons Site into my existing AEM maven project. I will be doing custom development for Asset Share Commons. Link to Asset Share Commonshttps://github.com/adobe/asset-share-commons Can someone provide steps for what configurations and folders/files need to be placed into my...

    Views

    438

    Likes

    0

    Replies

    1
  • 4/24/21
    With EPiServer CMS cloud (aka DXP) , you get Azure Application Insights (now called Azure monitor) out of the box. This allows you to query things like how long requests took, which generated errors, how long dependencies took (e.g. api calls made by the server to other systems) etc. You can also in...

    Views

    466

    Likes

    0

    Replies

    1
  • 4/24/21
    If you find a component using querybuilder, it gives you a ValueMap of the properties. The components in question already have a full model defined. Is there any way to get the model back, instead of the value map?  Hand writing method to copy each field into the value map would be onerous and fail ...

    Views

    422

    Likes

    0

    Replies

    2
  • 4/24/21
    As aem forums always deletes my post for no reason, Ill try putting the question into the response part. Please read the below reply for the question.The problem is I cant find a way to combine two value maps. doing .putAll() fails (not supported), and so does constructing a new one.

    Views

    801

    Likes

    0

    Replies

    4
  • 4/24/21
    trying to combine 2 valuemaps into 1.   putAll fails with null pointer, and it doesnt not seem possible to create an empty valueMap.  Any ideas for another option? I have tried posting the full info on why we are doing this, but the forum system always deletes it, so trying this short version.  pre...

    Views

    598

    Likes

    0

    Replies

    2
  • 4/24/21
    I have posted a question about 10 times.  Each time, after about 1 minute, the question disappears from the forum for no apparent reason.  The post contains no markup, no links, only text and a code example.  After posting it says "success, go to question in forum". I click on the link, and there is...

    Views

    468

    Likes

    0

    Replies

    2
  • 4/24/21
    there are some references to facets and buckets with relation to using querybuilder to search through the content tree.  What are facets, when and how should they be used?

    Views

    340

    Likes

    0

    Replies

    1
  • 4/23/21
    HiI am using a nested tab for a dialog.Parent tab has 2 child tabs and values of it are getting stored under "/jcr:content" node of the page. My requirement is to store the child tab's values under "/jcr:content/message/item0" and "/jcr:content/message/item1" like multi field values. Is it possible ...

    Views

    842

    Likes

    0

    Replies

    4
  • 4/23/21
    I have Groovy Console installed and working in AEM 6.5 I have OSGI bundle deployed and active which tries to execute the Groovy script likeScriptEngine engine = new ScriptEngineManager().getEngineByName("groovy");And the engine object is null. The call new ScriptEngineManager().getEngineFactories() ...

    Views

    862

    Likes

    0

    Replies

    2
  • 4/23/21
    We're seeing some issue in our current AEM 6.5.5 authoring instances where page changes are not showing on up on the page after closing a component until the page is refreshed in the Touch UI edit view. What we're wondering is if the issues we're seeing is because we're editing a legacy page in Touc...

    Views

    786

    Likes

    0

    Replies

    2