I have a JSP appearing with input boxes for the user fill out for a new record. These boxs act as the header data for the record. I have a submit link that fires JSON to write this data to my data file. On the same page I want a table of details for the record, which is empty initially. I ...