Reading dialog content in servlet | Community
Skip to main content
Level 6
May 25, 2022

Reading dialog content in servlet

  • May 25, 2022
  • 1 reply
  • 734 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

arunpatidar
Community Advisor
Community Advisor
May 25, 2022

hi,

You can check https://aemlab.blogspot.com/2019/07/get-json-response-of-aem-page.html if this helps to understand the flow.

Arun Patidar
Level 6
May 26, 2022

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.

arunpatidar
Community Advisor
Community Advisor
May 27, 2022

Hi,

Could you please explain use case in more details?

 

Arun Patidar