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 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 use ajaxSubmitButton.  after i change to ajaxLink, i find the list viewer
cannot hold the info before type.  I also use setReuseItems(true) in
listview, it cannot work.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to