Hi Martin , thanks for your answer ,I add it the setReuseItems(true); but no effect , but the problem solved by changing the Link to submitLink and putting the Listview and the link in a form so by clicking the link all the fields in the form will be sent to the application.thanks to Sven for this solution .
Thanks Martin , also for the "reusemanager" I didn't know this before , thanks again On Fri, Dec 25, 2009 at 2:56 PM, Martin Makundi < [email protected]> wrote: > ListView always popupates rows with new elements. That's why their > state is "cleared". You have two options: > > 1. call listview.setReuseItems -> this will keep the old rows > 2. if you need something more fancy and want to repopulate the rows, > you will need to use a "reusemanager" that can copy the component > states from the previous components: > > http://old.nabble.com/Check%28box%29-loses-checked-state-after-error-td26079574.html > > ** > Martin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
