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
Why do we need custom tags?
How can we handle exceptions thrown by jsp service method?
Why is _jspservice () method starting with an '_'?
What is jsp and its advantages?
How is jsp used in the mvc model?
What are stored procedures? How is it useful?
How do I mix jsp and ssi #include?
What is the purpose of creating custom tags?
How can we stop errors on display in a jsp page?
Can we use jstl in html?
Is jsp a front end?
What is tag file in jsp?
How does a jsp engine work?
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
How to run java program in jsp page?