Andrew Skiba schrieb:
> Hello.
>
> In my application I need to create a form with a list of product names.
> I wanted to create a dataTable with few rows and an inputSuggestAjax on
> each row so the product name will be suggested from first letters.
> Apparently, inputSuggestAjax does not behave well when it's cloned by
> dataTable because it works with ID and not with client ID. So what is
> the recomended solution for creating an array of input fields with ajax
> autocomletion?
>
something along...
id="inputsuggest_#{rowcnt}" forceid="true" ?