diff between jsp include directive and jsp action include?
Answer Posted / jaspal
Syntax for JSP include directive is:
<%@ include file="relative file path" %>
Syntax for JSP action include is:
<jsp:include file="relative file path"
flush="true | false" >
JSP include directive is used to include static files within
a JSP page. Files are include at translation phase.
JSP action include is used to include dynamic files within a
JSP page. Files are include excution time. As request, a
file is refreshed.
| Is This Answer Correct ? | 30 Yes | 8 No |
Post New Answer View All Answers
What is the difference between system.out ,system.err and system.in?
Do you think that java should have had pointers?
What is the relationship between local interfaces and container-managed relationships?
What is a modular application?
How would you create a button with rounded edges?
What are JTA/JTS and how they used by client?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Can you give me a simple example of using the requiredif validator rule?
What is the argument type of a programs main() method?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
why static class in java
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Why use a datasource when you can directly specify a connection details?
What value does read() return when it has reached the end of a file?
What are the types of scaling?