摘要:
2012年4月27日 16:50:29jsp代码:<select id="addTradpnameId" onchange="getprojectByCode(addTradpnameId,pnameId)" style="width:150px;"></select>js代码://添加商标:项目分类与项目名称 function getprojectByCode(sid,printid){ alert(sid); alert(printid); var selcode = $("#"+sid 阅读全文
摘要:
2012年4月27日 15:07:16jsp页面:<select id="select2" name="user.id" ><option value="1">a</option><option value="12">ab</option><option value="13">ac</option></select>在jquery中获取select中的被选中的option方法是:$("sel 阅读全文
摘要:
2012年4月27日 14:20:04 <a href="application-case-download.action?id=${applicationCase.id}" >下载</a> 这样就可以就可以就取到值的,但是要是下面的这种写法就没有值 <a href="application-case-download.action?id="+${applicationCase.id} >下载</a> 这是什么原因?正在解决中 阅读全文
摘要:
Struts Problem ReportStruts has detected an unhandled exception:Messages:Can not find a java.io.InputStream with the name [inputStream] in the invocation stack. Check the tag specified for this action.File:org/apache/struts2/dispatcher/StreamResult.javaLine number:237Stacktracesjava.lang.IllegalArgu 阅读全文