自己打算弄个webwork测试问题时候,遇到个脑瘫的问题,配了xwork之后,死活找不到action,报There is no result type defined for
type 'dispatcher' mapped with name 'success' 的错误,找了半天,发现需要在xwork配置文件中加入:
type 'dispatcher' mapped with name 'success' 的错误,找了半天,发现需要在xwork配置文件中加入:
<include file="webwork-default.xml"/>
<package name="helloWorld" extends="webwork-default">

本文分享了一位开发者在配置WebWork过程中遇到的找不到Action的问题及其解决方案。通过在xwork配置文件中加入特定代码,成功解决了Thereisnoresulttypedefinedfor
type'dispatcher'mappedwithname'success'的错误。
2359

被折叠的 条评论
为什么被折叠?



