Chapter 38 Flashcards
1
Q
What is custom tag
A
User defined tag/component
2
Q
What are 3 types of tags
A
- Simple tag
- Tag with attribute
- Tag with body
3
Q
How we can build custom tags
A
JSP 1.2
JSP 2.0
4
Q
What is tld file
A
Tag library descriptor file is a xml based document. Specifies information required by the JSP container such as.
- Tag library version
- JSP version
- Tag name
- Tag handler class name
- Attribute names etc.