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
What is meant by session management?
Why does jcomponent have add() and remove() methods but the component does not?
Which jsp lifecycle methods can be overridden?
What is the purpose of jsp?
What is client scripting?
What is jsp standard tag library, provide some example usage?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
How can we stop errors on display in a jsp page?
Which implicit object is not available in normal jsp pages?
How can you make the finally clause not to fail to execute?
What is jsp and its features?
How to find out the name of the http method using jsp el?
How many tags are provided in jstl?
What are the advantages of jsp?
Why is jsp used for?