Hey. I have a question. I'm using the Ext.form.Panel to submit my values to the server in combination with the jsonSubmit param.

I wanted to extend the getSubmitValue-method in my textfield to change the value which will be submitted. But thought the jsonSubmit-param the form doesn't call getSubmitData. Instead of the getModelData-method will be called. This method check against the submitValue-method but doesn't use getSubmitValue (it simply uses the getValue-method)...

Is this behavior wanted or is it a bug?