Hi, I have a really big problem with FileUploadFields. I am trying to create a panel that uses a ListView . Each row contains a Label, a FileUploadField and two AjaxSubmitLinks styled as plus and minus buttons. The purpose of this panel is very simple: *Initialise the panel with a certain number of rows.(constructor) *Use the plus and minus buttons to add or remove rows.
The ListView is added to a MarkupContainer so it could be refreshed . My problem is that whenever I try to add or remove a row i have to add the MarkupContainer to the target.This means every row will be refreshed.Every FileUploadField is regenerated but looses the model. Is there any solution to this problem? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Add-or-removed-FileUploadFields-dynamically-tp4634516.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
