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’s jboss jbpm?
whats is mean by tiles in struts
What is a class loader?
What is aop(assepct oriented programing)?
What are transaction attributes?
Why is string immutable in java?
What is the difference between ear, jar and war file?
What if the static modifier is removed from the signature of the main method?
What value does read() return when it has reached the end of a file?
Define aop(assepct oriented programing)?
What is glasgow?
How are the elements of a borderlayout organized?
Why is actionform a base class rather than an interface?
What are the different class loaders used by jvm?
What is a modular application?