This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes jsp:include Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "jsp:include" Watch "jsp:include" New topic
Author

jsp:include

Prem Chand
Greenhorn

Joined: Nov 13, 2002
Posts: 3
What is the difference b/w <jsp:include> and page include directive in JSP?
Chris Stehno
Ranch Hand

Joined: Feb 26, 2001
Posts: 180
The include directive is a static include (includes the source at compile time)... the jsp:include tag is used for dynamic includes (calls the included page at runtime and includes its response).
Hope this helps.


- Chris Stehno, SCPJ
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: jsp:include
 
Similar Threads
I need to call a HtML file in c drive from my jsp
jsp:include on exam ?
jsp
fieldset and form problem
passing parameters in jsp:include