Got it Thanks for correcting me @EstebanBustamante. In @Giuderos1 case child component resource needs to be adapted to its respective slingmodel and have a getter method for the same in this parent model so that complete json object is returned
Hi @Giuderos1 , Once you add the child component inside parent component we can access it via @ChildResource in parent slingmodel which has exporter configured to it.@Model(adaptables = { Resource.class,
SlingHttpServletRequest.class }, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL,...
Hi @James_shan , Can you try to comment or remove those imports from 2 imports from main.ts file and try to build again aem-guides-wknd\ui.frontend\src\main\webpack\site\main.tsimport "./**/*.js";import "./**/*.ts";Generally npm run watch will automatically compile when it detects changes but if it ...
Hi @Mahesh_Gunaje , I just downloaded 17.x from https://github.com/CID15/aem-groovy-console/releases/tag/17.0.0 and installed on my local 6.5.14 and I don't see any issues.I just ran sample script that comes as part of the project. Hope this helps,Krishna
Hi @Keerthi0555 curl -H “CQ-Action: Flush” -H “CQ-Handle: /content” -H “CQ-Path:/content” -H “Content-Length: 0″ -H “Content-Type: application/octet-stream” http://localhost:4503/dispatcher/invalidate.cache Did you observe any errors?Hope this helps,Krishna
Hi @KKeerthi ,you can refer to below blogs related to sling jobshttps://www.linkedin.com/pulse/aem-how-write-sling-jobs-aem-veena-vikraman/https://redquark.org/aem/day-18-sling-jobs/Hope this helps,Krishna