我在使用struts2 标签 做文件下载时 为什么老报这个错:java.lang.IllegalArgumentException: Can not find a java.io.InputStream with the namein the invocation stack. Check thetag specified for this action.使用如下:页面上/upload/下载配置文件InputStream4096action里package com;import java.io.InputStream;import java.io.UnsupportedEncodingException;import org.apache.struts2.