Tapestry,判断tml中表单是否有错误

发布于 2024-12-09 03:57:58 字数 75 浏览 1 评论 0原文

我在表单中有一个文本,如果表单有错误,我想隐藏该文本并将其替换为错误消息。 我如何在tml中确定当前表单有错误?

发射机

I have a text in a form that I want to hide if the form has errors and replace it with the error message.
How do i determine in the tml that the current form has an error?

Tx

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

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

发布评论

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

评论(1

写给空气的情书 2024-12-16 03:57:58

您可以使用 @Component 注释将表单注入 java 中,并使用 getHasError 方法。然后您可以将此结果与“if”组件一起使用。

马努

You can inject your form in your java with the @Component annotation, and use the getHasError method. Then you can use this result with the "if" component.

Manu

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