JSP Directive | Page | Include | Taglib



JSP Directive | Page | Include | Taglib

JSP Directive | Page | Include | Taglib

Practical implementation of JSP Directive : page, include, taglib

There are different tags in JSP
– Scriplet
– Directive
– Declaration

Directive tag has 3 types :
– @page -:import page, specify lang, specofy for entire page,handle exception or not
– @include -: add another page
– @taglib -: tags and lib of tag can use external tags

@page :
– it is used to import page, specify language, handle exception or specify any specific settings for entire page
– example of @page
– syntax of @page
– attributes of @page type of JSP directive

@include :
– it is used to add another page
– example of @include
– importance of include tag
– syntax of @include
– attributes of @include

@taglib :
– it is used to include tags and library of tag. We can also use external tags.
– example of @taglib
– why to use it
– syntax of @taglib
– attributes of @taglib

Editing Monitors :
https://amzn.to/2RfKWgL
https://amzn.to/2Q665JW
https://amzn.to/2OUP21a.

Check out our website: http://www.telusko.com

Follow Telusko on Twitter: https://twitter.com/navinreddy20

Follow on Facebook:
Telusko : https://www.facebook.com/teluskolearn…
Navin Reddy : https://www.facebook.com/navintelusko

Follow Navin Reddy on Instagram: https://www.instagram.com/navinreddy20

Subscribe to our other channel:
Navin Reddy : https://www.youtube.com/channel/UCxmk…
Telusko Hindi :
https://www.youtube.com/channel/UCitz…

Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
http://www.telusko.com/contactus

Comments are closed.