Hi all,

I'm relatively new to Wicket, and I have a small question. I have a dynamic form in Javascript, which can have an unlimited set of input fields. For example, I can have a form to manage persons, and the user can enter multiple addresses, which are currently handled by a jQuery clone of a piece of HTML.

My question is: is this also possible with Wicket? I don't want to use Ajax forms, I'd rather do everything in the DOM of the browser and then submit it. This doesn't sound like a unique situation to me, but I have a hard time finding the information how to handle this from a Wicket perspective. I did found this tutorial:

http://utku-utkan.blogspot.com/2007/07/dynamic-forms-in-wicket.html, but the form there is managed by Wicket, and I want the browser to manage this.

Is this possible?

Thanks in advance,

Erik Pragt

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

Reply via email to