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