Re: Dynamically adding text fields

2007-12-27 Thread Thomas Kappler
On Dec 26, 2007 11:32 PM, Ken Anderson <[EMAIL PROTECTED]> wrote:
>
> I have a use case that will require the user to add multiple text fields to a
> form using an add button.

See this wiki page:
http://cwiki.apache.org/WICKET/forms-with-dynamic-elements.html

Have a list of text fields, create a ListView based on this list, and
add the ListView to a WebMarkupContainer or similar.

Cheers,
Thomas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Dynamically adding text fields

2007-12-26 Thread Ken Anderson

I have a use case that will require the user to add multiple text fields to a
form using an add button. Looking at the wicket examples I don't see
anything like this. Is there a component that matches this use case? Any
hints on how to proceed are appreciated.
-- 
View this message in context: 
http://www.nabble.com/Dynamically-adding-text-fields-tp14507229p14507229.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]