最新回答 / iOnestu
到官網(wǎng)去下載唄? 鍛煉自己的能力
已采納回答 / OMEPiGaPiGa
如果直接用Hibernatr Template,那是不是需要先set?而且也無法避免的需要使用到session。 但是如果在dao中注入了sessionFactory直接就可以把setHibernatr Template 省了.而且
2016-12-07
最新回答 / 打油醬
ERROR - Context initialization failedorg.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 31 in XML document from class path resource [applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber...
2016-12-07
最新回答 / Night離
看錯(cuò)誤信息是第一行出現(xiàn)問題,貼出來看看
最新回答 / 未來式
左邊的加號本來就有吧,點(diǎn)擊加號會列出jar包包含的內(nèi)容。雙擊jar包就出來源碼了吧
最贊回答 / 慕粉4000715
可能你在"商品價(jià)格" 一欄輸入的是 非數(shù)字, 導(dǎo)致NumberFormatException ,因而觸發(fā)了 save()f方法自動(dòng)return了ActionSupport的 INPUT 字段, 而在Struts.xml中沒有相應(yīng)的result配置?
提交時(shí)前臺報(bào)錯(cuò),沒有返回結(jié)果, HTTP Status 404 - No result defined for action com.ssh.action.ProductAction and result input
2016-12-04
最新回答 / 入夏之夢
把Action中的save方法return NONE改為return null就可以了