I need to save few property(customlastModified and loggedinUser based ) on dropdown selction (inprogress and approved) of basic tab of page. To implment this I used OOTB property i.e. resourceChnageListener and overridden on chnage menthod. One strange behavious I have notices is it is triggering lo...
@srma4tech_Sachin - Hope you have configured adobe-public profile in settings.xml(resides in .m2 folder). Try running with "mvn clean install -PautoInstallPackage -Padobe-public" command.Also, check "aem.sdk.api" version in pom. You jar version and aem.sdk.api should have same version.Note - aem.sdk...
Can you elaborate more on permissions and security issue? What do you mean by I don't have right to using proxy components while developing? I want to know more.
Proxy DM component path :- /apps/<project>/components/xyzdynamicvideoProxy Component : xyzDynamicVideo(has some style system at component level)OOTB Component : DynamicVideo componentIssue Explanation:- When I am dragging xyzDynamic media to page, I can see the proxy component in page and styles. Af...
We have created a proxy component which inherits from Dynamic media(OOTB). The issue is when the author/user tries to author video to the proxy component, the proxy component is getting replaced with OOTB Dynamic media component.Let me know if you have a solution for this issue or if you wanted to d...