帮助 struts2 表单和 组合框

发布于 2024-07-15 07:15:23 字数 166 浏览 5 评论 0原文

我的表单中有一个组合框,当我单击“提交”时,出现此错误。

HTTP 错误:404 没有为操作 MyAction 定义结果,并且操作中的结果输入

我尝试返回 INPUT 而不是 SUCCESS,但仍然不起作用。

有什么想法可能是错的吗?

谢谢。

i have a combobox in a form and when i click submit i get this error.

HTTP ERROR: 404 No result defined for action MyAction and result input

in the action i tried to return INPUT instead of SUCCESS but still doesnt work.

any ideas what can be wrong?

thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

流殇 2024-07-22 07:15:23

您可能有一个或多个验证规则失败。 这会导致调用“输入”的隐式结果

You probably have one or more validation rules failing. This causes an implicit result of "input" to be invoked

眼眸 2024-07-22 07:15:23

如果没有更多可用信息,我将检查您的 struts.xml 并确保您的操作定义具有输入结果,并且它将用户引导回编辑页面,他们可以在其中更正任何操作或字段错误。

Without more information available I would be checking your struts.xml and ensuring that your action definition has an input result and that it is directing the user back to the edit page where they can correct any action or field errors.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文