Nested datatables and inputText with duplicates id
Francisco Lopez
Greenhorn
Joined: Apr 13, 2010
Posts: 1
posted
0
Hi I have a form in which I require the use of nested datatables for capturing some data. But I'm having a problem with those nested datatables, and that is that when the page get displayed, different inputText in the subtable has gotten the same id.
Here is the code:
This is the HTML that I get: As we can see in the lines 23 and 46, the assigned id's are the same for two different inputs. :S