Hi Kiran,Please overlay the below file./libs/cq/inbox/gui/components/inbox/dialoginjection/render/render.jspand update the code as belowCHANGEdata-payloadpath="<%= xssAPI.getValidHref(payloadPath) %>"TOdata-payloadpath="<%= xssAPI.getValidHref(workitem.getWorkflow().getId()+"/data/metaData") %>"Plea...
Finally I got the root cause of the issue.The issue was due to a wrong xmlbean dependency being added as part of com.adobe.granite.poi. The correct version of com.adobe.granite.poi should be 2.0.24 when you check in the http://localhost:4502/system/console/depfinder and search for org.apache.xmlbean...
Hi Jorg, Thanks a lot for the reply. I will prefer to go with intercepting the data before it is uploaded.Is it possible to have some reference of how to intercept the data before upload.I am using AEM6.4Thanks,Debasis