Dynamic ID to Grid Component in Tapestry 5

你说的曾经没有我的故事 提交于 2019-12-13 20:00:28

问题


Can i assign dynamic ID to Grid component?

for example, i have a grid inside the loop and i am not able to assign the dynamic id for the grid.

<t:loop source="listOfAttachmentVOList" value="attachmentVOList" t:index="index">
     <t:grid t:source="allCelebrities" t:id="myGrid"/>
</t:loop>

in above code ID is "myGrid" but that is not dynamic.

is there any way to assign the ID dynamically?

Regards,
Mahendra

来源:https://stackoverflow.com/questions/8653094/dynamic-id-to-grid-component-in-tapestry-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!