Collection of strings in form

2009-09-23 Thread Sam Barrow
What is the best way to handle a collection of strings in a form?

DomainObject
String property1
String property2
CollectionString 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



Re: Collection of strings in form

2009-09-23 Thread Igor Vaynberg
or something like this

http://wicketinaction.com/2008/10/building-a-listeditor-form-component/

-igor

On Wed, Sep 23, 2009 at 3:32 AM, Sam Barrow s...@sambarrow.com wrote:
 What is the best way to handle a collection of strings in a form?

 DomainObject
        String property1
        String property2
        CollectionString 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



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