Have you tried with?
$this->users =& $this->User->find('all', array(
'include' => array(
'Registration' => array('include' => array(
'Submission' => array('include' =>
'SubmissionField')))))
);
You need to tell Akelos finders which associations to load
1 to 3 of 3