[symfony-users] Re: sfWidgetFormJQueryAutocompleter: how to retrieve the keys of the selected elements?

2011-03-07 Thread Javier Garcia
http://trac.symfony-project.org/ticket/8171 what to do when someone has assigned a ticket since 1 year and it has not been resolved or deleted? On Mar 1, 7:27 pm, Javier Garcia tirengar...@gmail.com wrote: Hi again.. I'm following the tutorial/snippet I mentioned before. I have followed it,

Re: [symfony-users] Re: sfWidgetFormJQueryAutocompleter: how to retrieve the keys of the selected elements?

2011-03-07 Thread Christophe COEVOET
Le 07/03/2011 15:46, Javier Garcia a écrit : http://trac.symfony-project.org/ticket/8171 what to do when someone has assigned a ticket since 1 year and it has not been resolved or deleted? Assigning the tickets to fabien is the default behavior of the issue tracker so this is not really an

[symfony-users] Re: sfWidgetFormJQueryAutocompleter: how to retrieve the keys of the selected elements?

2011-03-01 Thread Javier Garcia
I found this snippet maybe will be usefull: http://snippets.symfony-project.org/snippets/from/antitoxic/order_by/popularity On Feb 28, 10:40 am, Javier Garcia tirengar...@gmail.com wrote: Alex, what do you mean with It's maybe more along the lines of a feature that would be nice to have.

[symfony-users] Re: sfWidgetFormJQueryAutocompleter: how to retrieve the keys of the selected elements?

2011-03-01 Thread Javier Garcia
I just wanted to add taht in that snippet tags_list is not a casual name, is the name of the field generated by symfony that shows the elements of the other side of the relation. In that way you will overwrite it. I'm missing a comment like that in the snippet. On Mar 1, 5:20 pm, Javier Garcia

[symfony-users] Re: sfWidgetFormJQueryAutocompleter: how to retrieve the keys of the selected elements?

2011-03-01 Thread Javier Garcia
Hi again.. I'm following the tutorial/snippet I mentioned before. I have followed it, but when the form is showed, it shows the word Array inside the autocompletion field. Any idea? On Mar 1, 5:22 pm, Javier Garcia tirengar...@gmail.com wrote: I just wanted to add taht in that snippet

[symfony-users] Re: sfWidgetFormJQueryAutocompleter: how to retrieve the keys of the selected elements?

2011-02-28 Thread Javier Garcia
Alex, what do you mean with It's maybe more along the lines of a feature that would be nice to have. Sorry because my english.. On 26 Feb, 20:27, Alex Pilon alex.pi...@gmail.com wrote: I don't think its a bug. It's maybe more along the lines of a feature that would be nice to have. Maybe try

[symfony-users] Re: sfWidgetFormJQueryAutocompleter: how to retrieve the keys of the selected elements?

2011-02-26 Thread Javier Garcia
Ok, now I understand how this widget works..When you create this kind of widget, it actually creates two fields: autocomplete_my_field (the field that is showed and where you insert the data (values of the array elements) and my_field (a hidden field, where the keys are inserted). This widget

Re: [symfony-users] Re: sfWidgetFormJQueryAutocompleter: how to retrieve the keys of the selected elements?

2011-02-26 Thread Alex Pilon
I don't think its a bug. It's maybe more along the lines of a feature that would be nice to have. Maybe try this http://www.symfony-project.org/plugins/sfDoctrineFBAutocompletePlugin On Sat, Feb 26, 2011 at 11:23, Javier Garcia tirengar...@gmail.com wrote: Ok, now I understand how this widget