.tag File Attributes
- Tags defined by .tag files can be given attributes using the
attribute directive
- Example: this .tag file defines three attributes:
panel.tag
- The tag creates an HTML table whose attributes are specified by JSP
EL expressions
- The JSP EL expressions get the values of panel tag
attributes, provided by the user of the tag
- The jsp:doBody action (available only in .tag files)
does whatever code is provided by the tag user in the tag's body
- (continued on next slide)