aspose file tools
The moose likes Servlets and the fly likes send html table data to servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "send html table data to servlet" Watch "send html table data to servlet" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: send html table data to servlet
 
Similar Threads
Servlet via URL in Email - Suggestions?
Web editable table
using JSP recursively
Is there a solution?
How can I send data with a hyperlink?