Two ways spring to mind

1. put HTML hidden input fields in each cell containing a duplicate of the
cell display
   put the table in a form, when the form is submitted, you should receive
all the data from the table
2. use javascript to access the table data using DOM, dynamically create
hidden INPUT fields on a FORM inside a hidden LAYER,    submit the form when
populated



> -----Original Message-----
> From: Ganesh MohanRao [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 05, 2001 4:22 PM
> To: [EMAIL PROTECTED]
> Subject: Sending Large Data to the Server
>
>
> Hi All,
>
> I am having a screen where I have mupltiple tables. When I
> click Save, I
> need to save all the information from different tables.
>
> How can I send all these data from the client to the server.
>
> I am using JSP. There will be a Servlet in the Backend which
> saves the data
> in to Data Base.
>
> Please tell me how to send these data to the Servlet.
>
> If I make POST request, how can I access all the Table Data
> in the Servlet?
>
>
> Please suggest me.
>
>
> Thanks,
>
> Ganesh
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to