Hello all,
I wrote an adaptor which takes a string from a text box, looks for external users matching the string through a servlet, and returns a list of user names.
I am using it successfuly in a simple form. Now I am trying to use this adaptor in a Table, so this "user search adaptor" would be searching strings for input strings in different rows of the table and displaying them in dropdown lists in each row of the table.
To do this I expected to declare the adaptor in forms builder for the first row of the table and then I was expecting the adaptor to work independently in each row. Instead of this, the adaptor is picking up always the input from the first row, and publishing the results in all the dropdownlists, one in each row. See attachment for clarification.
So my question is, how can I achieve an adaptor working independently on each row of the table?? right now, the "input binding" for each row is pointint to the input text in the first row. I cannot find a solution.
Can anyone give some light on this?
Thanks a lot!! much appreciated!
Saul