jsp:include local file
843840Mar 6 2008 — edited Mar 20 2008How can I include my local file (c:\map\index.htm) in my jsp file?
For example my jsp code:
<jsp:include page="file:/C:/map/index.htm" flush="true"/>
and I get the error
java.lang.IllegalArgumentException: Resource /file:/C:/map/index.htm not found
Thanks
Edited by: uniqueou on Mar 6, 2008 5:51 AM