Hi,
There are a lot of threads here about binding dynamic forms to the Command object but I haven't been able to find a real, concrete, clean solution anywhere.
Example scenerio:
I have a command object that has a list of string values. I generate my form and each string value in my list is shown as a textbox. I also have form buttons to add/remove textboxes to/from the form through JavaScript. I add new textboxes and remove some too.
When I submit the form, how do I handle binding the form elements to my command?
Is the best solution to use a custom data binder?


Reply With Quote
