struts2 jquery json There is no Action mapped for namespace ezmorph.jar

저 는 struts 2 에서 jquery 로 ajax 검 사 를 실 현 했 습 니 다. 해당 하 는 struts. xml 설정 은
<package name="ajax" extends="json-default" namespace="/ajax">
		<action name="contuser" class="contuserAjaxAction">
			<result type="json">
				<param name="root">result</param>
			</result>
		</action>
</package>

 그러나 내 가 호출 할 때 줄곧 잘못 보고 했다.
There is no Action mapped for namespace / and action name your actionname
이 힌트 는 너무 더럽다!나 는 내 설정 에 문제 가 생 긴 줄 알 았 는데, 한참 동안 이나 했 는데 정말 어디 의 문제 인지 모르겠다!
결 과 는 ezmorph. jar 가방 을 가 져 오지 않 았 습 니 다!
 동시에 의존:
      1.commons-lang.jar
      2.commons-beanutils.jar
      3.commons-collections.jar
      4.commons-logging.jar 
      5.ezmorph.jar
      6.json-lib-2.2.2-jdk15.jar

좋은 웹페이지 즐겨찾기