Answer Posted / dhruba
Directive tag:
The directive tag gives special information about the page
to JSP Engine. This changes the way JSP Engine processes
the page. Using directive tag, user can import packages,
define error handling pages or session information of JSP
page.
General notation of directive tag is as follows:
There are three types of directive tag.
page
Include
Tag Lib
Syntax and usage of directive tag
page directive:
General syntax for the page directive is
<%@ page optional attribute ... %>
There are many optional attributes available for page
directive. Each of these attributes are used to give
special processing information to the JSP Engine changing
the way the JSP Engine processes the page. Some of the
optional attributes available for page directive are:
language
extends
import
session
buffer
autoFlush
isThreadSafe
info
errorPage
IsErrorPage
contentType
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the implicit objects in jsp?
Can we override jspinit method?
What is auto-flush attribute?
What are the two types of comments supported by jsp?
What is the difference between java servlet and jsp?
What are the advantages of jsp?
How to deactivate el on jsp?
How jsp is executed?
how can i add properties in dynamic text fields using .js file?
How can I set a cookie and delete a cookie from within a jsp page?
What are the advantages of jsp over servlet?
What is the jsp:setproperty action?
How are the jsp requests handled?
What is jsp and its features?
What are the implicit, internal objects and methods on the jsp page?