验证 HashMap->Radiobutton。 Struts2

发布于 2024-08-14 13:26:45 字数 170 浏览 2 评论 0原文

我还有一个问题! :)

我有一个通过单选按钮链接在 jsp 上的哈希图。当我检查收音机时,我的哈希图会填充我在标签上指定的参数。现在我想验证单选按钮的检查。我怎样才能做到这一点?可以用注释吗?

我刚刚找到了一个解决方案,使用另一个列表。但我确信存在另一种方式,太简单和干净了。带注释..存在吗?

I have another problem! :)

I have a hashmap linked on jsp with a radiobutton. When I check a radio, my hashmap is populated with the param that I spec on the tag. Now I want to validate the check on radiobutton. How can I make this? Is possible with the annotations?

I have just found a solution, using an another list. But I'm sure that exist another way, too simple and clean. With the annotations.. Exist?

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

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

发布评论

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

评论(1

人间☆小暴躁 2024-08-21 13:26:45

这是 Struts 验证文档。您可能需要 必需的验证器,它也可以在风味中使用注释的: @RequiredFieldValidator

Here's the Struts Validation document. You likely need the Required Validator which is also available in flavor of an annotation: @RequiredFieldValidator.

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