页面加载时调用的 Tapestry4 方法

发布于 2024-08-17 00:14:14 字数 121 浏览 3 评论 0原文

每次刷新页面并且我在页面上执行了一些操作时都会调用 pagevalidate() 方法。我正在寻找一种仅在第一次加载页面时调用的方法,并且在随后刷新页面/执行某些操作时,将不会调用该方法。 Tapestry 4中有这样的方法吗?

pagevalidate() method will be called each time the page is refresh and i did some action on the page. I looking for a method that will only be call first time the page is loaded and for subsequent time the page is refresh/do some actions, the method will not be called. any such method in tapestry 4?

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

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

发布评论

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

评论(1

痴意少年 2024-08-24 00:14:14

您可以尝试在会话对象中设置一个标志,并将您只想第一次调用的代码包装在通过检查该标志输入的 if 块中。

You could try setting a flag in the session object and wrap the code that you only want called the first time in an if-block that is entered by checking that flag.

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