Class 2 |
Intermediate Java 30-IT-397 |
|
Creating Custom JSP Tags
-
Similar to standard HTML tags in a JSP, but you get to define more behavior.
-
JSP 1.1 includes support for tags. Tags allow the developer to abstract
business logic out of the presentation, further separating the roles of
developer and artist.
-
Tags can manipulate JSP content.
-
Does require some work to set up, though.
Tag Library Components

Created by: Brandan Jones
December 17, 2001