`
java4evero
  • 浏览: 45723 次
文章分类
社区版块
存档分类
最新评论

struts2下载出问题

阅读更多

   
if (inputStream == null) {   
                // Find the inputstream from the invocation variable stack   
                inputStream = (InputStream) invocation.getStack().findValue(conditionalParse(inputName, invocation));   
            }   
  
            if (inputStream == null) {   
                String msg = ("Can not find a java.io.InputStream with the name [" + inputName + "] in the invocation stack. " +   
                    "Check the <param name=\"inputName\"> tag specified for this action.");   
                LOG.error(msg);   
                throw new IllegalArgumentException(msg);   
            }  

 
0
1
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics