struts2下载出问题_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > struts2下载出问题

struts2下载出问题

 2012/2/8 9:41:51  java4evero  程序员俱乐部  我要评论(0)
  • 摘要:if(inputStream==null){//FindtheinputstreamfromtheinvocationvariablestackinputStream=(InputStream)invocation.getStack().findValue(conditionalParse(inputName,invocation));}if(inputStream==null){Stringmsg=("Cannotfindajava.io
  • 标签:下载 问题 struts

   
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);   
            }  

 
发表评论
用户名: 匿名