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 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.