Hi Vasya, > The velocity template is pretty good at displaying the html elements > dynamically, but im not finding an easy way to bind the data back...
I'm not really sure what you're trying to accomplish. You can't use the velocity to create wicket-components on the fly and have them bound to a form, that'll not work. If you want to create some dynamic form you should use repeaters and build them up using them - and bind the formcomponents directly to the model (maybe you need to write some specialized model yourself). I did something like that with XML specifying the form and having a ElementModel binding the form elements to JDOM nodes. Best regards, --- Jan. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
