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
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Can constructors be synchronized in java?
Why are my checkboxes not being set from on to off?
What is mdb and what is the special feature of that?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Why is actionform a base class rather than an interface?
What do you need to set-up a cluster with jboss?
What is a class loader?
What is synchronization and why is it important?
Explain about thread synchronization inside a monitor?
What are the sequence of steps to write pub or sub model kind of application?
What is the relationship between local interfaces and container-managed relationships?
What are transaction attributes?
Is the session factory thread safe?
What is the form of storage space in java?