you have to use a ajaxsubmitlink if you want to repaint the entire listview. also make sure you called lstview.setreuseitems(true)
-igor On Sat, Oct 4, 2008 at 3:30 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I want to update a listView using an ajx link. for that I put the listview > inside a WebMarkupContainer, The listView contains TextFileds and I want to > add more TextFields using AjaxLink. The problem I am facing is that the new > Textields are being added but if i enter sm value in a newly added textfield > and add one more textfield the data in the textfield is not preserved. Is > there a way to preserve the values in the textfields. > -- > View this message in context: > http://www.nabble.com/Update-ListView-using-AjaxLink-tp19810798p19810798.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
