A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
JSP
Author
jsp include
Anthony Smith
Ranch Hand
Joined: Sep 10, 2001
Posts: 285
posted
Sep 30, 2002 08:56:00
0
How can I include a
servlet
in an include inside a jsp page...
I thought I could do....
<jsp:include page="servlet/Banner" flush="true" />
Med Shabe
Ranch Hand
Joined: May 08, 2001
Posts: 84
posted
Oct 02, 2002 10:53:00
0
Servlet is not a page, therefore you can't include it. But you can do JSPs.
Prolly you can write your custom tag that does
servlets
.
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: jsp include
Similar Threads
RequestDispatcher Include
include directive -> Can include web component?
Can I call a Servlet from Javascript after running local code?
Can I include a jsp page in servlet
include action tag in JSP
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter