Hi, I would like to enable users editing in place in a dh


If you are using DataProcessor - it can be configured to work in POST mode ( please beware that all existing samples of server side code use GET scoope, so server side code need to be adjsuted as well )

myDataProcessor = new dataProcessor(…
myDataProcessor.setTransactionMode(“POST”);



In case of saving through form integration, the mode defined for FORM tag will be used.