Editable Display Tag Table

This page is designed to demonstrate how you can use the display tag to create editable rows of data. Most of the code in this page is JSP scriplets to do the Add/Update/Delete logic. This implementation only supports editing one record at a time.

Motivation for this exercise was gained from this implementation, which is a patch that never made it into the old display tag (version 0.8.5).

Using the "View Table Source" link below this table, you can see the JSP/HTML code that's used to render this table.



First Name Last Name
Bill Gates
Scott McNealy
Bill Joy

View JSP Source