Imagine that we have some table showing list of our products... And we want dynamically add another products...
with the help of js we add a for example 5 row to the talbe...
but how we can save the values of this ?
One solution :
and in the jsp we can add any textfields with the @name=productName and @name=productModel
and all of this Strings will be populate to the productName & productModel arrays...
but I want to define a beans