Hi!
I have this Form Observer:
$options = array(
'url' => array('controller'=>'users','action'=>'edit', $user['users']
['id'].'.json'),
'before' => 'startLoading()',
'complete' => 'endLoading()',
'failure' => 'failure()',
'frequency' => '0.2',
'condition' => 'reloadForm()'
);
echo $ajax->observeForm('UserForm', $options);
How can I get the result of the POST?????
I'm returning some JSON, but doen't know where I can find it :-/
thx
Dumas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---