Hello experts, I have created a form and dictionary entries are present for different locale(en,fr,de).After adding the form on a page with lang fr, translations are not picked up for "/apps/core/fd/components/form/text/v1/text" component on publisher or author (while using "wcmmode=disabled"). Wit...
Hi experts, I have a question.I’m trying to create a multilingual adaptive form, but I’m encountering an error when adding the dictionary.AEM version - 6.5.17Any suggestion would highly be appreciated.Thanks in advance!
No luck, I'm still getting same error.Thanks @Sudheer_Sundalam for the quick reply. Also, is it mentioned anywhere about mocking the Externalizer class while writing JUnits for extended sling models of core components?
Hi @ayush-anand , Thanks for the quick response. Tried adding the mock to Externalizer, unfortunately, still didn't work.Attaching the details error log : java.lang.RuntimeException: After setup failed (com.adobe.cq.wcm.core.components.testing.mock.ContextPlugins$1@dd4aec3): Unable to inject mandato...
The error is coming due to the https://github.com/adobe/aem-core-wcm-components/blob/main/testing/aem-mock-plugin/src/main/java/com/adobe/cq/wcm/core/components/testing/mock/ContextPlugins.java
Hi Everyone,I followed all the steps mentioned in AEM Mock plugin for Core Component : https://github.com/adobe/aem-core-wcm-components/issues/1777I am trying to write JUnits for the extended model of Core title component here and getting Error :Caused by: org.apache.sling.testing.mock.osgi.Referenc...
Hi @Sady_Rifat,Thanks for the details documentation. I am trying to extend the title component here and still getting Error :Caused by: org.apache.sling.testing.mock.osgi.ReferenceViolationException: Unable to inject mandatory reference 'externalizer' for class com.adobe.cq.wcm.core.components.inter...
Thanks @ManviSharma for the reply. So, what should be the source and target languages for the translation project? For example:EN being the language master and FR-FR being the language copy.
Also, when I try to update one of the language master EN page and then try to add the same page into the translation project, error is thrown : com.adobe.cq.wcm.translation.impl.servlet.TranslationJobServlet Error while taking actionjava.lang.NullPointerException: nullat com.adobe.cq.wcm.translation...