Hi
I want to send some of but not all form elements with my ajax call
i used
<?php echo $html->selectTag('Status/id', $status, null, array(), null,
true, false);?>
<?php
echo $ajax->observeField("StatusId", array('frequency' => '1', 'url'
=> '/animals/gethousings', 'update' => 'housings',
'with'=>'HousingId'));
?>
i just want to send an another form element say (housing/id) with my
ajax call
but the above method does not work
can anyone suggest..
Regards
Raul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---