Save form data on GET requests in Spring MVC -


i have huge spring form containing table user can add or delete rows of data. gridview. deleting have put anchors job through get requests. problem facing after user has added 1 or more rows of data table, still in editable (textarea) mode, if wants delete other row, text has painstakingly written on textareas dissappear, not bound form bean , not travel requests. know not of elegant solution tackle problem, except, ofcourse can submit form periodically through javascript. there better design solution out there? please share?

for deleting have put anchors job through requests.

a bad idea. bad idea, web crawler bot delete rows accidently.

with post request have ensure name of client side added element congruent (i assume collection on backing bean) existing spring form.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -