Is anybody there to help me out with this ??

On Sep 23, 9:45 pm, manghi <[EMAIL PROTECTED]> wrote:
> Obviously i am calling this function inside a form. This function only
> posts the value of the form element in which the autocomplete is
> configured, but I also need to know values of other form elements so
> that I can create the selection list properly.
>
> For example:
> <?php echo select_country_tag('country', $country); ?>
> <?php echo input_auto_complete_tag('state', 'state',
> 'locality/autocompleteSubdivison1',                                           
>                                       array('autocomplete'
> => 'off'),                                                                    
>                    array('use_style'    => true))
> ?>
>
> now when there is Ajax request, I also want the value for the country
> to go to the server, so that I can make the selection options. Is
> there any way ??
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to