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
'Back-End > Jsp' 카테고리의 다른 글
[Jsp] (1)Action Tags_forward&include (0) | 2016.07.07 |
---|---|
[Jsp] Exception (0) | 2016.07.07 |
[Jsp] Page directives (0) | 2016.07.06 |
[Jsp] Implicit Object_2 (0) | 2016.07.06 |
[Jsp] Implicit Objects_1 (0) | 2016.07.05 |