How to get the data altered by the user in html page in a list view

2008-07-07 Thread Deepak_G
Hello, I am rendering a list view having multiple rows using wicket. In form submit(), I could retrive the data in below mentioned code but i am not sure whether it is right way of getting the changed data from the list view . Below is my code snippet attached. Please review the

Re: How to get the data altered by the user in html page in a list view

2008-07-07 Thread Igor Vaynberg
a) you should be using models to bind data instead of directly iterating over listview's listitems b) when using listview in a form you should call setreuseitems(true) on it. -igor On Mon, Jul 7, 2008 at 3:17 AM, Deepak_G [EMAIL PROTECTED] wrote: Hello, I am rendering a list view having