For some reason the following does not work for me <jsp:include page="/MyApp/common/footer.jsp" flush="true" />
And this does work: <c:import url="/common/footer.jsp" />
I think it's because you inadvertently have the webapp context root specified in the page="" attribute. Try removing it; I think the jsp:include tag already assumes that the page is relative to the context root.
-chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
