im currently trying to connect CakePHP with ExtJs4 but i face the following problem:
the Ext Validation Errors (displayed in the msgTarget fields of the form) seem to work perfectly if the name of the formfield is e.g. 'username' and the validation answer is 'username' 'notempty' or similar.
but as cakephp is using default fieldnames like data[User][username], i'm running into Problems so that i cannot display the (json encoded) validation messages in those fields (msgTarget)
Perhaps anyone of you has solved this issue
thanks in advance duderion