The body of the JSP contains two input boxes and an add button and a table to display the records with a delete link for each row.
The books list is taken from the DynaForm by referencing the form name and map and the books property name: LibraryForm.map.books
You can download the file here and recall that to use the JSTL libraries you just need a definition on the JSP and are not required to deploy the libraries or make an entry in the web.xml
See what I did here





