Hi I have a ListView that is embedded inside another ListView. Both ListView are dynamic: Both have an Add and a Remove button. The ietms in both ListView are a series of form fields.
The problem I have is only with my second ListView when I add more than one item without submitting the form. The fields lost their content. i.e. If I click on my Add button a new row with fields appear. I put some values in those fields. I click again on my Add button, the new row appear but the values I just enter before are lost! And yes I put my getReuseItems() to true. The same thing is working fine with the ListView at the first level. The values in the fields are not lost. The problem is only with the embeded one. Any idea?? Thierry Sent from Montreal, Quebec, Canada
