+ All Categories
Home > Education > Ch. 10 custom tag development

Ch. 10 custom tag development

Date post: 06-Jul-2015
Category:
Upload: manolis-vavalis
View: 311 times
Download: 0 times
Share this document with a friend
Popular Tags:
8
Chapter 10 Custom Tag Development
Transcript
Page 1: Ch. 10 custom tag development

Chapter  10

Custom  Tag  Development

Page 2: Ch. 10 custom tag development

<jsp:include>  &<c:import>   could  be  messy

Page 3: Ch. 10 custom tag development

Parameters?

Page 4: Ch. 10 custom tag development

Attribute  directive

Page 5: Ch. 10 custom tag development

Long  attributes  through  “doBody”

Page 6: Ch. 10 custom tag development

Where  are  the  tags?

Page 7: Ch. 10 custom tag development

Make  a  tag  

handler

Page 8: Ch. 10 custom tag development

Tag  API


Recommended