使用struts1打印zul文件中的pojo对象值

发布于 2024-09-14 04:12:14 字数 91 浏览 3 评论 0原文

我将 struts 1 与 zk 集成。我以操作执行方法的形式设置了 pojo 值列表。我如何在 zul 文件中获取这些值。有什么想法吗,

谢谢 乌斯曼

i integrated struts 1 with zk. i set the list of pojo values in the form of action execute method.how i can get this values in the zul file.Any idea please

Thanks
Usman

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

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

发布评论

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

评论(1

煮茶煮酒煮时光 2024-09-21 04:12:14

您可以将 pojo 值存储在会话范围或请求范围中,然后以相同的方式从 zul 文件接收它们。

请参阅此隐式对象列表

You can store the pojo values in a session scope or request scope and then receive them in the same way from the zul file.

Please refer to this List of Implicit Objects

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