AJAX retrieving data using ajaxSubmitButton

Hey fellas,

Once again with another problem I’m facing here, I’m trying to submit a form through AJAX using ajaxSubmitButton, however, for some reason it does not send any $_POST information to the AJAX request. The AJAX request does send something to the action controller, but that’s about it. It validates, but the $_POST variables are always empty. In the beforeSend, I am able to alert the POST data but at success it doesn’t recognize it. Here’s my code:

http://pastebin.com/jxWChQU0

Any more info necessary I can provide it, I’ve been searching for a while and I will still be, but any wisdom from the experienced would be appreciated :)

Bumpie bump, still looking for a daily dosis of yii knowledge plis :)