MWS CAF - How to get id for dynamically generated text box

hi

I have created a add button , on click of which rows are added to a table .

Each added row has text fields with a lookup button - this lookup button will open another table from which you can select data and i then want to place this data in row text field .

But since it is a dynamically generated row - the id is not available .

If i place a static text field , then using its id - i am able to generate the data after selection from lookup .

Please suggest .

Regards
Jasmeen Kaur

hi, could you advise how you achieved it? (i.e., on click of the add button adding new row in table)
If possible could you share the portlet