What are JSP Directives?

Answer Posted / siva kumar

jsp directives are used to avoid java code from jsp.
jsp directives are 1.page 2.include and 3.taglib.
Attributes for page direcites are
import,language,contentType,errorPage,isErrorPage,buffer,autoFlush,
session,threadSafe,extends,info,pageEncoding and isELIngnored

Attributes for include directives are
page and file

Attributes for Taglib directive are
uri,prefix and tagdir

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is jsp technology extensible?

653


How can I set a cookie and delete a cookie from within a jsp page?

528


What is jsp and why do we need it?

487


What is the major difference between servletcontext and pagecontext?

558


What is the requirement of a tag library?

528






Can we define a class inside a jsp page?

479


What are the implicit objects in jsp?

510


What do you mean by jsp directives?

540


How to include static files in a JSP page?

559


How do we configure init params for jsp?

516


How to comment out jsp code?

508


How many jsp implicit objects are there?

482


Is jsp a programming language?

468


What do you know about pagecontext and what are the advantages of using it?

543


How can we create jsp custom tags?

434