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 usefull.
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 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, 12:47, Olivier wrot
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 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, please send
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" g