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

Why do we need custom tags?

592


How can we handle exceptions thrown by jsp service method?

579


Why is _jspservice () method starting with an '_'?

533


What is jsp and its advantages?

614


How is jsp used in the mvc model?

668






What are stored procedures? How is it useful?

597


How do I mix jsp and ssi #include?

637


What is the purpose of creating custom tags?

606


How can we stop errors on display in a jsp page?

602


Can we use jstl in html?

521


Is jsp a front end?

630


What is tag file in jsp?

595


How does a jsp engine work?

592


Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this

1940


How to run java program in jsp page?

591