Expand my Community achievements bar.

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

  • 5/7/23
    Hello Community, I am not able to read the values of a multi field while the dialog submit event, below is the example before dialog submission.the can be accessed using jQuery but,  after the dialog is submitted the field collapses and the DOM objects and the values are not available. Below is the ...

    Views

    810

    Likes

    0

    Replies

    4
  • 5/7/23
    I have AEM 6.5.0 instance with We-Retail project everything is good. But I created a my sample project using below cmdmvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=41 -D appTitle="My Site" -D appId="mysite" -D groupId="co...

    Views

    684

    Likes

    0

    Replies

    2
  • 5/5/23
    I have seen a couple posts here related to a similar issue, where JCR-SQL2 query returns 3 results in CRXDE Query Tool but 0 results in OSGI.  Here's my code:String query = "SELECT DISTINCT page.[jcr:path] FROM [cq:Page] AS page...";Session session = resourceResolver.adaptTo(Session.class);QueryMana...

    Views

    457

    Likes

    0

    Replies

    1
  • 5/5/23
    Hi Team,  Does GraphQL come along with cloud SDK license only ?On premise Can't we achieve AEM headless feature ? Thanks. 

    Views

    670

    Likes

    0

    Replies

    3
  • 5/5/23
    HI,I am trying to write Junit for a java class which has context aware configuration code something like below:Main class logic:ConfigurationBuilder configBuilder =resource.adaptTo(ConfigurationBuilder.class); SimpleConfig simpleConfig = configBuilder.name("feature").as(SimpleConfig.class); but sm...

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 5/5/23
    I want to create users using RepositoryInitializer.    create path /home/users/testGroup(rep:AuthorizableFolder) create user dummy with path /home/users/testUsers with password Test1234   Above command works as expected but I want to add email address and firstname and lastname prop(like below scree...

    Views

    757

    Likes

    0

    Replies

    3
  • Hi Team, In dispatcher we are getting 404 for the csrf token. We are facing this issue only in the dispatcher level.We have added below dispatcher configurations:1) In clientheaders - "CSRF-Token" is added2) In filters we have allowed the csrf token/044 {/selectors ''/extension 'json'/type "allow"/m...

    Views

    1.9K

    Likes

    0

    Replies

    6
  • 5/5/23
    Model:  package com.adobe.aem.guides.sabb.core.models;import java.util.List;import javax.inject.Inject;import org.apache.sling.api.resource.Resource;import org.apache.sling.models.annotations.DefaultInjectionStrategy;import org.apache.sling.models.annotations.Model;@Model(adaptables = Resource.class...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 5/5/23
    Hi All, I am using AEM 6.5 version and ACS Common 5.1.0 version. While flushing the cache using ACS Common Utility Dispatcher Flush. I am facing below error. Can you please let me know what is the issue ? 05.05.2023 10:00:58.068 *ERROR* [185.16.22.27 [1683280858067] POST /etc/acs-commons/dispatcher-...

    Views

    2.0K

    Likes

    0

    Replies

    6
  • 5/5/23
    I am trying to add color picket in AEM 6.5.16. I am following this article http://aemlab.blogspot.com/2019/07/aem-rte-custom-plugins-1.html to setup color picker but I get empty color widget with below error,  Uncaught ReferenceError: _ is not defined   

    Views

    1.1K

    Likes

    0

    Replies

    5