You can setReuseItems, but the number of your list items changes you will need to implement some sort of FormComponentReuseManager <https://users.wicket.apache.narkive.com/UBuknoCl/add-remove-dynamic-formcomponent-in-repeatingview>
** Martin ke 6. heinäk. 2022 klo 13.08 Arunachalam Sibisakkaravarthi ( arunacha...@mcruncher.com) kirjoitti: > Hi guys, > I have a form that has a text field with Email validator in a ListView (I > want get list of email addresses from user) > When invalid email is entered and listview is refreshed then Text field is > cleared > whereas Text field is not cleared when valid email is entered and listview > is refreshed > I don't want to clear even invalid email addresses when listview is > refreshed. > I want the form components in the list view to be validated only when the > form is submitted. > Is it possible to address this concern in list view? > > > > *Thanks And RegardsSibi.ArunachalammCruncher* >