Custom Tag Example

This example demonstrates a component encapsulated into a custom tag.

This component below is a combination of a drop down list and list box containing table and column names for all the tables in the database.

The complex logic used to present that GUI can be completely encapsulated into a custom tag and reused throughout the application with only one jsp tag.



Return to Home Page
View Source Code