Ajax form submit

Hello,
I am noticing strange behavior on my ajax forms, the forms are being submitted twice ? CaptureNetCalls

My form helper code is as such :

<?php echo $this->Form->create($comment); ?>

I have a ajax attached to the save button, the ajax call is almost always an empty payload is this normal?