[symfony-users] Re: sfWidgetFormDoctrineJQueryAutocompleter problem

2011-03-11 Thread emanu.ti
You can try modify the function render on sfWidgetFormJQueryAutocompleter.class.php I haved this problem and solve with this code. public function render($name, $value = null, $attributes = array(), $errors = array()) { // put this code. $name = $name . '[text]'; I hope it was

[symfony-users] Re: sfWidgetFormDoctrineJQueryAutocompleter problem

2010-05-27 Thread Olivier
Are you making use of the `limit` parameter given to the AJAX action in your database request? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups symfony users

[symfony-users] Re: sfWidgetFormDoctrineJQueryAutocompleter problem

2010-05-27 Thread wueb
If i don't use any limit the page doesn't work, but if i limit for example to 10 it works. On 27 Maio, 12:47, Olivier os-li...@ithink.ch wrote: Are you making use of the `limit` parameter given to the AJAX action in your database request? -- If you want to report a vulnerability issue on

[symfony-users] Re: sfWidgetFormDoctrineJQueryAutocompleter problem

2010-05-27 Thread wueb
I think is because the sfWidgetFormDoctrineJQueryAutocompleter send all to Javascript memory. There isn't any other Widget like this? On 27 Maio, 12:48, wueb webmaster@gmail.com wrote: If i don't use any limit the page doesn't work, but if i limit for example to 10 it works. On 27 Maio,