Expand my Community achievements bar.

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

  • Hi, Is it possible to bundle some specific npm packages / js+css files into discrete packages in ui.frontend and then reference them? Similar to how we bundle clientlib-base now (but with a different name). ThanksSouvik

    Views

    411

    Likes

    0

    Replies

    2
  • 5/7/23
    We have set up an SPA using next js and rest of the things are working fineonly experience-fragments are not working.When we navigate to experience fragments master.html page, the page loads with all the default components but not the one that we have created mapping for at our end.Our components ar...

    Views

    447

    Likes

    0

    Replies

    2
  • 5/7/23
    Is there a way to programmatically add/update any property and its value to a component, using Javascript in the page editor?  I know that it probably involve a POST request with the property name and value to be added/updated, but I don't know which endpoint to use, or if there are any other ways. ...

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 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

    501

    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

    454

    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

    280

    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

    444

    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

    1.3K

    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

    469

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

    Likes

    0

    Replies

    6