Hi, I have implemented a custom action and now I want to extend that action and add extra functionality. However, setting sling:resourceSuperType on the second custom action doesn't seem to have any effect, meaning that the scripts (e.g. init.jsp, cleanup.jsp) are not inherited. Is inheritance not supported when it comes to actions?
I'm using AEM 5.6 forms. Yeah, that's the link I used for developing the custom action. But I have one action that is very similar to the other one I want to develop so that's why I was wondering if there's a way to extend at Sling level. I suppose not.