| Author |
send html table data to servlet
|
Srinivas Kothuri
Greenhorn
Joined: Feb 08, 2010
Posts: 16
|
|
I have a requirement where there is a HTML table which is being populated dynamically by some script output. To send the values of each cell of the table, I'm constructing a URL params like string and feeding it to a hidden field on submit which I'm decoding in my servlet to construct my bean object.
Please suggest if there is some better/standard way of passing such data to java. (I don't think I can use some 3rd party JSON parser etc..)
|
 |
pravin venkat
Greenhorn
Joined: Mar 30, 2012
Posts: 20
|
|
|
refer to : http://www.coderanch.com/t/475047/JSP/java/passing-html-table-servlet-jsp
|
 |
 |
|
|
subject: send html table data to servlet
|
|
|