I have a servlet which provides JSON for the page. I wanted to get page properties in my code in that servlet. But every time I add page manager or current page to my servlet, the JSON stops loading. And there's no error.I have the page path. But adapting it to a page is causing issue.
I have a servlet that provides JSON of any page that is opened with a given selector. This JSON will be accessed by third party and i wanted to limit the access. I wanted to use OAuth or something similar (but no ACL). If OAuth is a good idea, how can that be done? The user should have access to the...
I have a servlet that provides page content in needed JSON format. This JSON will be used by a third party and I need to provide a security level check to this. How can I provide a token authentication in servlet or in ant service/wrapper before servlet to provide a layer of security. This cannot be...
I want to get JSON data of a page and I came across this blog which is exactly what I want. But the problem is, I need to work with service instead of servlet. Can this be done? If yes, pls suggest the way.Blog: http://aemlab.blogspot.com/2019/07/get-json-response-of-aem-page.html
Im using the package from the below link :http://experience-aem.blogspot.com/2019/04/aem-65-touch-ui-rte-rich-text-editor-structured-content-plugin-creating-tooltips.htmlI need another button to remove the tooltip of not needed. I updated the dialog in the page level. What updates should I make in t...
Im using the package from the below link :http://experience-aem.blogspot.com/2019/04/aem-65-touch-ui-rte-rich-text-editor-structured-content-plugin-creating-tooltips.htmlI noticed when my RTE has only 1 word and nothing else, like:trainingthen, if I apply a tooltip to the word and save the dialog.Ne...
will this be an expected behaviour?https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/rte-tooltip-application-issue/m-p/422806#M120428
The code fix present in the comment section of the blog didn't work for me. The problem was : On clicking the Create Tooltip button, another dialog opens to create tooltip.But, the code modified code fix which you provided does work for me. Thanks!