Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is table mutation and how do you avoid it?

2527


Write a singleton program?

1108


how i secure my site with the https protocol.what are the steps?

2393


What if the static modifier is removed from the signature of the main method?

1305


Explain about local interfaces.

1121


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

1104


If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?

2251


In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

2143


How are the elements of a borderlayout organized?

1175


What modifiers may be used with an interface declaration?

1192


What are JTA/JTS and how they used by client?

2267


What is ioc concept?

1266


Is the infobus client side only?

1165


How to pass parameters in RMI?

2312


Which component handles cluster communication in jboss?

1165