yanv
Mar 28th, 2007, 11:40 AM
Hi guys!
In my page i have a table in which each row has input pairs(<form:input each), for example: user, password.
On client I should support addition and removal of these pairs, i.e. the table has dynamic rows amount and of course user and password of each row might be modified.
My command object has a Map<User,Password> which i want to bind to aforementioned table. How do I do it?
Thanks in advance.
Yan.
In my page i have a table in which each row has input pairs(<form:input each), for example: user, password.
On client I should support addition and removal of these pairs, i.e. the table has dynamic rows amount and of course user and password of each row might be modified.
My command object has a Map<User,Password> which i want to bind to aforementioned table. How do I do it?
Thanks in advance.
Yan.