Hi, I'm trying to include my navigation.jsp in my pages through the means of <jap:include page="navigation.jsp">. This all works fine, but now I started to use JSF tags like <h:outputText> in my navigation.jsp, all gets displayed weird. I do enclose the include in it's <f:subview> tags but all h:outputText gets printed before the regulair HTML and JSP content in my include folowed by the other content, while they are actually mixed.
What am I doing wrong? Thank you, Joost
