首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

struts2下载出有关问题

2012-06-30 
struts2下载出问题if (inputStream null) {// Find the inputstream from the invocation variable sta

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

热点排行