用maven導(dǎo)都導(dǎo)了半天,還不知道能不能正常用。。
2018-03-01
HTTP Status 404 - No result defined for action cn.muke.ssh.action.ProductAction and result input
2018-02-12
媽的,出現(xiàn)productService為null的原因是因?yàn)樵赼pplicationContext.xml中bean的id名稱和action中定義的server名稱不相同 所以找不到!?。?浪費(fèi)我一下午
2018-02-07
老師為什么不給文件和原碼呢,版本不一樣,造成很多的麻煩,初學(xué)者就版本問題就把頭搞大了,根本沒法往下學(xué),要兼顧初學(xué)者啊
2018-01-11
spring-web-sources 文件
鏈接: https://pan.baidu.com/s/1o85jSwi 密碼: 42xf
鏈接: https://pan.baidu.com/s/1o85jSwi 密碼: 42xf
2018-01-04
出現(xiàn)404錯(cuò)誤"There is no Action mapped for namespace [/] and action name [product_save] associated with context path [/ssh]."修改為:
<action name="product_*" class="com.ssh.action.ProductAction" method="{1}">
<!-- struts2.3版本之后,使用通配符調(diào)用方法時(shí),內(nèi)部會驗(yàn)證是否允許訪問該方法-->
<allowed-methods>save</allowed-methods>
</action>
<action name="product_*" class="com.ssh.action.ProductAction" method="{1}">
<!-- struts2.3版本之后,使用通配符調(diào)用方法時(shí),內(nèi)部會驗(yàn)證是否允許訪問該方法-->
<allowed-methods>save</allowed-methods>
</action>
2018-01-03
小伙伴們,如果出現(xiàn)
Message There is no Action mapped for namespace [/] and action name [product_save] associated with context path [/ssh].
在struts.xml中的<action>標(biāo)簽中加入<allowed-methods>save</allowed-methods>
因?yàn)樵趕truts2.3版本之后,使用通配符調(diào)用方法時(shí),內(nèi)部會驗(yàn)證是否允許訪問該方法,所以要加上下面的allowed-methods, 如何其中包含多個(gè)方法,可以用逗號分開
Message There is no Action mapped for namespace [/] and action name [product_save] associated with context path [/ssh].
在struts.xml中的<action>標(biāo)簽中加入<allowed-methods>save</allowed-methods>
因?yàn)樵趕truts2.3版本之后,使用通配符調(diào)用方法時(shí),內(nèi)部會驗(yàn)證是否允許訪問該方法,所以要加上下面的allowed-methods, 如何其中包含多個(gè)方法,可以用逗號分開
2018-01-03
如果能看懂了視頻并且完成一定的作業(yè),可以分享代碼,就好,因?yàn)橛行┘馨陌姹净蚴情_發(fā)環(huán)境的問題,感覺,寫的時(shí)候總是有點(diǎn)下問題
2017-12-17