[Wicket-user] question about ajax update ListView

2007-01-08 Thread tooy li(Gmail)
I allow user add some row in the form, so I nested a ListView in the form with a addrow button. when user click the addrow button, i insert a new object into the listviewer , and put the container of list viewer to ajaxtarget to update. since the form is a mulitpart, so i get a error when i

Re: [Wicket-user] question about ajax update ListView

2007-01-08 Thread Johan Compagner
you just can't use a multipart form. You have to post the data so you need to use a submit, but ajax can't submit multipart johan On 1/8/07, tooy li(Gmail) [EMAIL PROTECTED] wrote: I allow user add some row in the form, so I nested a ListView in the form with a addrow button. when user