Adobe CQ EXTJS component data post to servlet
问题 I got a EXTJS CQ component with two text fields and and button. When the "save" button clicked, the dialog data has to be submitted to custom sling servlet. Custom sling servlet will call a osgi service and finally saves data to crx using jcr api. Question : How to post the dialog data to servlet ? I am new to CQ, Thanks for any help! -Sri 回答1: I'm assuming when you say "save" you are referring to some custom button and not the "OK" button that saves the dialog data to the node. Add a handler