I missed out on a very important thing here actually.For now, i am testing my post servlet by using http client code in localhost itself. But actually, there will be a third party call to the sling post servlet.So, when i try to hit my sling post servlet via POSTMAN, i am able to get response only i...
HiI am trying to write a post service in aem to which i am sending data in the request body.To read the data, i have a sling Post servlet where i am expecting to get the data sent by post via request.getReader().To test this post servlet, i have created another servlet in the same instance which has...
Thanks Kautuk. I have already gone through that link. The extra clientlibs property works only for touch ui dialogs. What if i have created a custom xtype for my classic dialog and need to put that in a specific clientlib folder rather than giving the category as cq.widgets.I tried using cq:include ...
Hi,I have a similar question.I have 2 dropdowns and i need selectionchanged event to populate the values of the 2nd dropdown.I was fetching both dropdown values from a servlet whose path i am giving in options property. I later tried using the listener to populate the values for the 2nd dropdown. 1s...
So, if i have to add a custom xtype or custom validation for my dialog or anything that would require me to create a clientlibs for the particular dialog, setting categories to cq.widgets for classic ui and cq.authoring.dialog for touch ui, How would i ensure that the scripts i add in this clientlib...
Hi Aemd,We are in the exact same situation as yours. Just wanted to know if you have found any solution for that.Which approach have you taken finally?