aspose file tools
The moose likes JSP and the fly likes jsp include Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "jsp include" Watch "jsp include" New topic
Author

jsp include

Anthony Smith
Ranch Hand

Joined: Sep 10, 2001
Posts: 285
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
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