@diegoa23190265 ,Try the new Archetype 23 for building AEM SPA Project as it provides all the possible libraries for AEM-React components.Refer following link for SPA editor iin new Archetype 23 SPA Editor docsand git code baseAlso I have created one article on the same to setup the AEM SPA project....
@tinoymthms As Editable templates were not supported in AEM 6.4.2 (But now supported with AEM 6.5.5).So the issue might be your component wont be the part of the Policies. So to access policies you need to access it from Editable templates but as that option is not available in AEM 6.4.2 with SPA. I...
@Deleted Account In AEM SPA architecture every react component to every AEM component. So it's one to one mapping.In your case as you have a new project under /apps then you need to create a new one to one mapped component once again.One way is adding the component from first app to second app by up...
@ClintLundmark As mentioned in the docs under security checks.We usually update the admin credentials to secure the crx and system/console(OSGI Web Console) as it has all the confidential information on code and jars.So once you update the admin password let's suppose to sunnyday then in that case u...
Refer WKND sample for the initial stage, as it shows mapping of AEM title and text component with React components. Every react component uses mapTo parameter to map react to corresponding AEM component.
@at_mahajan23 Try generating the report for the references to the Id that you mentioned using query or useOr the best would be to go with ACS AEM Commons Report generator: http://localhost:4502/apps/acs-commons/content/reports.htmlThanks,Nikhil
@gclarke2 As this is a community platform, you can try reaching out to someone from Sales team from Adobe.@kautuk_sahni @Jörg_Hoh @Jagpreet_Singh_ - Can you guys provide your inputs on this ?Thanks,Nikhil
@marcjermaine -If you want to create any component using SPA template then it's not possible.But you can have your own template created and and create HTL component in the same project structure.NOTE: You can not use non SPA component in SPA template. As in SPA everything is client-side rendered.If ...
@ihsana96460383 I can suggest the following ways on how much I understood from your requirement.1. Can't we send HTML5 form as a byte from OSGI servlet to Spring Application ?2. I would suggest that you can setup some redirect rule at dispatcher level where when any user access the HTML5 form he sho...