Re: jsp:include page and Dynamic Resource does not work

2004-08-19 Thread stefan
JspWriter, why isn't it mentioned in the documentation of jsp:include tag? Stefan - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 18, 2004 8:07 PM Subject: jsp:include page and Dynamic Resource does not work Hello, I w

jsp:include page and Dynamic Resource does not work

2004-08-18 Thread stefan
Hello, I want to include the response of a Dynamic Resource (implemented as a Servlet) in my JSP, but even the servlet isn't called. jsp-snipplet: " flush="true"> snipplet from web.xml: ... ViewResource /viewResource ... If I call the servlet direct/manually with the url context/vie