Dynamic Table with Ajax and JSP

0

I'm learning Java Web and would like to know if they could help me in the following: I have a form that I enter data in the bank, and under it a table in which I make the listing of what was inserted in the bank, however what happens is the following, I am trying to insert a data in the bank by that field, table row to update asynchronously. Could anyone help? This code is only sending a message in response because I had tried other ways and as I messed up I decided to leave anyway for the time being. Index.jsp

asked by anonymous 06.11.2017 / 12:10

1 answer

0

Have you ever considered using Ajax? I went through the same problem and with Ajax I was able to resolve the issue of the asynchronous call. I recommend using Ajax with jquery.

Here's a great reference to using Ajax with Servlets:

  

link

    
07.11.2017 / 17:56