> I have a uniform layout of my jsp-pages with the use of
> <%@ include file="jspf/prelude.jspf" %>
[quoted text clipped - 21 lines]
> Everything works fine in my jsp [sic] files, but when the Servlet [sic] output
> pages the servlet in prelude dont run... ??
Is your "jspf" directory hooked directly to the web application directory (its
context)? I notice that you call it with a relative path in the JSP but an
absolute path in the .java servlet.
> Any one got a solution for my problem or maybe an alternative way of
> doing it?
Consider rewriting the HTML-emitting servlet as a JSP.
<http://java.sun.com/javaee/5/docs/tutorial/doc/bnajg.html#bnajl>
> You can implicitly include preludes and codas for a group of
> JSP pages by adding items to the Include Preludes and Codas lists.
[quoted text clipped - 6 lines]
> property group applies to a JSP page, the corresponding elements will be
> processed in the same order as they appear in the JSP configuration section.

Signature
Lew