I use DataTable and add a new object to its model. Another thing I do is to allow for an edit button that would turn the entire row of a DataTable into the appropriate form fields.
For a visual see the Editable tree table from wicket's examples at: http://www.wicket-library.com/wicket -examples/nested/wicket/bookmarkable/org.apache.wicket.examples.ajax.builtin .tree.EditableTreeTablePage?2 -----Original Message----- From: Benjamin Heiskell [mailto:[email protected]] Sent: Wednesday, August 01, 2012 8:26 PM To: [email protected] Subject: Repeating TextFields Hi, I have a List<String> that I want to represent with TextFields. I need to be able to dynamically add and remove them via AJAX. >From what I've read online (and experienced firsthand) ListViews do not seem to be designed for this. What is the best way to approach this problem? Thanks! Ben --------------------------------------------------------------------- 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]
