There's nothing wrong with using TextFields inside ListViews. Just call #setReuseItems(true) and (in most cases) you're done.

And if you're using a LDM, detach it after you've changed the backing list.

Sven

On 08/02/2012 02:25 AM, Benjamin Heiskell wrote:
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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to