I have a table on the web page with all rows updatable (<input type="text"...), plus I have hidden fields for every row to track if update was made. How can I use springframework in this situation, is there something that would handle this situation?
Thank you


Reply With Quote