struts2文件下载异常 - ITeye问答
struts2文件下载异常5 异常信息:Can not find a java.io.InputStream with the name [inputStream] in the invocation stack. Check thetag specified for this...
struts2文件下载时的错误_百度知道
最佳答案: public InputStream getTargetFile() { return ServletActionContext.getServletContext ().getResourceAsStream(inputPath); } 你把他改为 public ...更多关于struts2文件下载异常的问题>>