Tapestry 循环遍历 hashmap
我正在尝试循环遍历哈希图并显示一个数字复选框,其中 id 是哈希图的键,并标记哈希图的值。有人知道挂毯语法是怎样的吗?
干杯 季米特里斯
I'm trying to loop through a hashmap and display a number checkboxes with id the key of the hashmap and label the value of the hashmap. Anyone knows how the tapestry syntax for that is?
Cheers
Dimitris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够像这样循环访问键集:
类文件:
我还没有编译这个,但它应该可以帮助您开始。
You should be able to loop through the key set like this:
Class file:
I haven't compiled this, but it should help you get started.