suppose i have two autocomplete textfields on the same page. the list
of the second textfield depends on the selected id of the first
textfield.

it’s like an additional condition will be added to the find() function
of the second textfield depending on the selected id of the first
textfield.

question.. how can i dynamically get the id of the first textfield to
be passed on to the find() of the second textfield.

*i tried, $this->data['Model']['textfield1_id'], but it returns an
empty string.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to