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

What do you mean by context initialization parameters?

496


Explain the difference between servletcontext and pagecontext in jsp?

484


What are the jsp tag?

534


How jsp is executed?

460


Which jsp implicit objects are thread safe?

490






What is the use of jsp and servlet?

472


What is jsp container?

489


What are the components of jsp?

506


How is jsp used in the mvc model?

592


How to deactivate el usage on jsp?

526


Can I stop jsp execution while in the midst of processing a request?

554


How to deactivate el on jsp?

519


What is jsp and asp?

509


What is the jsp?

547


How can the applets be displayed in the jsp? Explain with an example.

524