Two Page CRUD Sample Application Read Me
An application that demonstrates how to do Create, Read,
Update, and Delete operations on a cached row set data provider. The
data provider is bound to a JSF table component. Rather having the functionality
confined to one page, this application has two other pages, one for creating a
trip and the other for updating a trip.
- Page1
- To see another person's trips in the Trips table, change the Person drop-down.
- To delete a trip, click the Delete button in the desired row.
- To update a trip, click the Update button in the desired row.
- To add a new trip, click the Create button.
- CreatePage
- Entry the data for the new trip and click Add button.
- To cancel, click Cancel button.
- UpdatePage
- Change the data as desired and click Save Changes button.
Close the Help window.