Back-End/Jsp

[Jsp] Include & taglib directive

리딩리드 2016. 7. 7. 16:30

Include & taglib directive


1. Include

- The include directive is used to include the contents of any resource it may be jsp file, html file or text file.


Example


2. Taglib

- The JSP taglib directive is used to define a tag library that defines many tags

- We can use the TLD(Tag Library Descriptor) file to define the tags