Hi,
I am new to spring MVC.In my application I need to bind dynamically generated textbox contents to a list of beans dynamically.I went through the spring mvc book for binding to lists.But before binding, we must not only initialize the collection, but populate it with objects.
In my case I dont know the size of the list initially.
So is there any way to achive this ?
any help ?
Thanks in advance