PDA

View Full Version : jsp send data row to java



keanhoo168
03 Sep 2010, 04:14 AM
I develope a html form that have several line of data row input by user.
All the data row have the same data field, only the value input will be different.

When i submit the form to my program, besides getting the parameter one by one in my program, any other way that i can use?

I heard about using of beans, but i am not sure how it works. Can anyone show me some sample code?