struts2的action中的actionerror输出的问题

<actionname="hello"class="com.hello"method="addColumn"><interceptor-refname="defaultS... <action name="hello" class="com.hello"
method="addColumn">
<interceptor-ref name="defaultStack" />
<result name="input" type="chain">hello1</result>
<result name="success" type="chain">hello1</result>
</action>
<action name="hello1">
<interceptor-ref name="defaultStack" />
<result name="input">/MyJsp.jsp</result>
<result name="success">/MyJsp.jsp</result>
</action>
<action name="hello2" class="com.hello"
method="addColumn">
<interceptor-ref name="defaultStack" />
<result name="input" >/MyJsp.jsp</result>
<result name="success" >/MyJsp.jsp</result>
</action>
在上面的那个配置中,访问hello2.action能够打印出<s:actionerror /><s:fielderror cssStyle="color:red" />,但是访问hello.action就是不行,求解,或者用其它方法解决这个问题也行,谢谢!
展开
 我来答
xiongfeng_2010
2010-11-16 · TA获得超过221个赞
知道答主
回答量:92
采纳率:0%
帮助的人:20.3万
展开全部
你调用hello.action但是hello.action返回时不管成功(success)或者失败(input)都是调用了hello1.action(type="chain"是struts2中action调用另外一个action用到的)。
你的hello1.action有错误,hello1没指定对应的类和方法;
你这样写就没问题了:
<action name="hello1" class="com.hello" method="addColumn">
<interceptor-ref name="defaultStack" />
<result name="input">/MyJsp.jsp</result>
<result name="success">/MyJsp.jsp</result>
</action>
lazysunboy
2010-11-16 · TA获得超过150个赞
知道答主
回答量:192
采纳率:0%
帮助的人:0
展开全部
<action name="hello1">
<interceptor-ref name="defaultStack" />
<result>/MyJsp.jsp</result>
</action>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
我很菜
2010-11-16 · TA获得超过345个赞
知道小有建树答主
回答量:126
采纳率:0%
帮助的人:92.5万
展开全部
你的hello1没指定对应的类和方法
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式