使用struts1打印zul文件中的pojo对象值
我将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 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