When u try to send an form via AJAX with the field named the same as a persistent parameter, application will try to save that value to the persistent state although the form has been sent by the POST method and it's fields have NOTHING to do with the persistent state.
Interesting is that within normal POST (non AJAX) this is not happening.
Workaround is to name those fields with some different names.