What is the best way to handle a collection of strings in a form?

DomainObject
        String property1
        String property2
        Collection<String> property3

I'm thinking either some type of repeater, or a text area that creates
an element in the collection for each line (might be easier).


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

Reply via email to