Source Code: List Only Data Entry
Lets the user edit the contacts table using a single list screen. This example reuses the model and validator from the List/Detail data entry example
File name
Description
com/salmonllc/examples/example14/ListDataEntryController.java
The controller object.
com/salmonllc/examples/example8/ContactModel.java
The model object from the list/detail data entry example.
com/salmonllc/examples/example8/ContactValidator.java
The validator component from the list/detail data entry example.
example14/ListDataEntry.jsp
The view JSP.
Return to Home Page
Run the Example