


I need to read dialog data of a component in my servlet. After reading the data I need to create a json output. How can I read dialog content in servlet?
Views
Replies
Total Likes
hi,
You can check https://aemlab.blogspot.com/2019/07/get-json-response-of-aem-page.html if this helps to understand the flow.
This would have been helpful in case i had to fetch data from config. But in my case i need to fetch the data from component dialog in my servlet and then convert it to JSON. Thanks.
Hi,
Could you please explain use case in more details?