第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

Struts2 HTTP Status 500 - Unable to instantiate Action

Struts2 HTTP Status 500 - Unable to instantiate Action

T王者歸來(lái) 2017-08-10 16:46:42
報(bào)錯(cuò)信息HTTP Status 500 - Unable to instantiate Action, org.ssh.product.action.ProductAction, defined for 'product_save' in namespace '/'org.ssh.product.action.ProductAction我的模型是package?org.ssh.product.action; …… @Controller??//將這個(gè)action交給spring管理 @Scope("prototype")?//作用域?為多實(shí)例 public?class?ProductAction?extends?ActionSupport?{ ……我的struts.xml是???<package?name="product"?extends="struts-default"?namespace="/"??strict-method-invocation="false"> ????????<!--?保存商品?--> ????????<action?name="product_save"?class="org.ssh.product.action.ProductAction"?method="{1}Product"> ????????????<result>WEB-INF/view/index.jsp</result> ????????????<result?name="input">WEB-INF/view/index.jsp</result> ????????</action> ????</package>我的spring 開(kāi)啟自動(dòng)掃描了<context:component-scan?base-package="org.ssh.*"/>我的web.xml????<!--?配置Struts2過(guò)濾器?--> ????<filter> ????????<filter-name>struts2</filter-name> ????????<filter-class>org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter</filter-class> ????</filter> ????<filter-mapping> ????????<filter-name>struts2</filter-name> ????????<url-pattern>/*</url-pattern> ????</filter-mapping> ????? ????<!--?配置Spring的監(jiān)聽(tīng)器?--> ????<listener> ????????<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> ????</listener> ????<!--?指定Spring配置文件所在路徑?--> ????<context-param> ????????<param-name>contextConfigLocation</param-name> ????????<param-value>classpath:applicationContext.xml</param-value> ????</context-param>
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 1409 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)