Hi.
I am new to php and to symfony.
Looking in the autocomplete samples, that are defined for forms like Customer that are CRUD forms, but i want to put the autocomplete widget in a indexSuccess.php page where i need to give ajax capability to the input texts that i use to gather criteria filters before fill the grid/table.
so i need to tie a autocomplete to something like:
<input type="text" value="CustomerName" />
so later i can send back to the controller and fill the grid based on the letters the user type there.
<table>
<th> Customer id </th>
.
.
.
.
.
