Hi,

I'm creating a form using the DOM, like so:

myForm = document.createElement("form");
myForm.appendChild(.....);

...and so on, inserting into a TR element that's also created using the DOM.  The problem is that I'm not sure if this will work with Wicket.  It's not AJAX, just DHTML.  I would really like to get this working because it's vital to the kind of user experience I'm trying to provide. 

Will DHTML forms work with Wicket?  If so, how?  If not, is support planned and when?

One option is to create a hidden form that Wicket does know about and use _javascript_ to copy the values from the DHTML form to the hidden form.  But I'd prefer to avoid that if possible.

Thanks for your time.

Reply via email to